Starting VirtualBox machine "Debian 10"
Waiting for VM "Debian 10" to power on...
VM "Debian 10" has been successfully started.
[2025-01-28T01:32:55] The server time is now Tuesday, January 28th, 2025 1:32:55am
/usr/bin/ssh -p 22 -R 9440:localhost:9440 192.168.56.105 '/bin/sh' '-c' 'echo hello'
hello
[2025-01-28T01:32:59] The server time is now Tuesday, January 28th, 2025 1:32:59am
/usr/bin/ssh -p 22 -R 9440:localhost:9440 192.168.56.105 '/bin/sh' '-c' 'rm -rf  "build64-natipkg"'
[2025-01-28T01:33:01] The server time is now Tuesday, January 28th, 2025 1:33:01am
/usr/bin/ssh -p 22 -R 9440:localhost:9440 192.168.56.105 '/bin/sh' '-c' 'if [ ! -d "build64-natipkg" ] ; then git clone "http://localhost:9440/.git" "build64-natipkg" ; fi'
Cloning into 'build64-natipkg'...
[2025-01-28T01:33:55] The server time is now Tuesday, January 28th, 2025 1:33:55am
/usr/bin/ssh -p 22 -R 9440:localhost:9440 192.168.56.105 '/bin/sh' '-c' 'cd "build64-natipkg" ; git pull'
Already up to date.
[2025-01-28T01:33:55] The server time is now Tuesday, January 28th, 2025 1:33:55am
/usr/bin/ssh -p 22 -R 9440:localhost:9440 192.168.56.105 '/bin/sh' '-c' 'cd "build64-natipkg" ; make -j 4 client SERVER=localhost SERVER_PORT=9440 PKGS="" EXTRA_REPOS_BASE=http://localhost:9440/ DOC_SEARCH="https://plt.cs.northwestern.edu/snapshots/2025-01-27-00f205b039/doc/local-redirect/index.html" DIST_DESC="{3} Minimal Racket | {3} Linux | {135} 64-bit x86_64 natipkg; built on Debian 10" DIST_NAME="Racket" DIST_BASE=racket-minimal DIST_DIR=racket DIST_SUFFIX="buster-cs" DIST_CATALOGS_q='"'"'"https://plt.cs.northwestern.edu/snapshots/2025-01-27-00f205b039/catalog/" ""'"'"' SIGN_IDENTITY="" INSTALLER_OPTIONS="" OSSLSIGNCODE_ARGS_BASE64="" INSTALL_NAME="" BUILD_STAMP="2025-01-27-00f205b039" RELEASE_MODE="" SOURCE_MODE="" VERSIONLESS_MODE="" PKG_SOURCE_MODE="" DISABLE_STATIC_LIBS="--disable-libs" UNPACK_COLLECTS_FLAGS= MAC_PKG_MODE="" TGZ_MODE="" UPLOAD=http://localhost:9440/upload/ README=http://localhost:9440/"README-17380495751738049575266" TEST_PKGS="" TEST_ARGS_q='"'"''"'"' JOB_OPTIONS="-j 4" CLIENT_BASE=cs-base RACKETCS_SUFFIX=  CONFIGURE_ARGS_qq='"'"'"--enable-embedfw" "--enable-portable" "--enable-natipkg"'"'"''
mkdir -p racket/src/build/bin
cc -O2  -DZUO_LIB_PATH='"../../zuo/lib"' -o racket/src/build/bin/zuo racket/src/zuo/zuo.c
racket/src/build/bin/zuo . client MAKE=make VM="cs" JOBS="" CPUS="" CONFIGURE_ARGS_qq='"--enable-embedfw" "--enable-portable" "--enable-natipkg"' CONFIGURE_ARGS="" CS_CROSS_SUFFIX="" RACKET="" PLAIN_RACKET="" BOOTFILE_RACKET="" SCHEME="" CS_HOST_WORKAREA_PREFIX="" PB_BRANCH="v10.2.0-pre-release.2-2" PB_REPO="https://github.com/racket/pb" SINGLE_BRANCH_FLAG="--single-branch" EXTRA_REPOS_BASE="http://localhost:9440/" PKGS="" PKG_UPDATE_OPTIONS="" PLT_SETUP_OPTIONS="" SRC_CATALOG="https://pkgs.racket-lang.org" SETUP_MACHINE_FLAGS="" PREFIX="" RACKETBC_SUFFIX="bc" RACKETCS_SUFFIX="" DESTDIR="" SERVER_COMPILE_MACHINE="-M" DOC_SEARCH="https://plt.cs.northwestern.edu/snapshots/2025-01-27-00f205b039/doc/local-redirect/index.html" SERVER="localhost" SERVER_PORT="9440" SERVER_URL_SCHEME="http" SERVER_CATALOG_PATH="" SERVER_COLLECTS_PATH="" SERVER_HOSTS="localhost" PACK_BUILT_OPTIONS="" RELEASE_MODE="" SOURCE_MODE="" VERSIONLESS_MODE="" MAC_PKG_MODE="" TGZ_MODE="" INSTALLER_OPTIONS="" PKG_SOURCE_MODE="" DISABLE_STATIC_LIBS="--disable-libs" INSTALLER_PRE_PROCESS_BASE64="" INSTALLER_POST_PROCESS_BASE64="" DIST_NAME="Racket" DIST_BASE="racket-minimal" DIST_DIR="racket" DIST_SUFFIX="buster-cs" DIST_DESC="{3} Minimal Racket | {3} Linux | {135} 64-bit x86_64 natipkg; built on Debian 10" DIST_CATALOGS_q='"https://plt.cs.northwestern.edu/snapshots/2025-01-27-00f205b039/catalog/" ""' BUILD_STAMP="2025-01-27-00f205b039" INSTALL_NAME="" SIGN_IDENTITY="" NOTARIZATION_CONFIG="" OSSLSIGNCODE_ARGS_BASE64="" README="http://localhost:9440/README-17380495751738049575266" UPLOAD="http://localhost:9440/upload/" CONFIG="build/site.rkt" CONFIG_MODE="default" CLEAN_MODE="" JOB_OPTIONS="-j 4" SERVE_DURING_CMD_qq='' PKG_INSTALL_OPTIONS="" UNPACK_COLLECTS_FLAGS="" TEST_PKGS="" TEST_ARGS_q='' CLIENT_BASE="cs-base" WIN32_CLIENT_BASE="win-base" BUNDLE_FROM_SERVER_TARGET="bundle-from-server"
git clone -q --single-branch -b v10.2.0-pre-release.2-2 http://localhost:9440/pb/.git racket/src/ChezScheme/boot/pb
cd racket/src/ChezScheme/boot/pb && git remote set-branches origin v10.2.0-pre-release.2-2
cd racket/src/ChezScheme/boot/pb && git checkout -q v10.2.0-pre-release.2-2
cd racket/src/build/cs/c/ && ../../../cs/c/configure --enable-embedfw --enable-portable --enable-natipkg --disable-libs --enable-csdefault --disable-useprefix --enable-origtree
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
=== portable enabled
=== Adding "-natipkg" suffix to library subpath enabled
=== CS executables without suffix enabled
=== Installation of static libraries (if any) disabled
=== embedded frameworks enabled
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for fmod in -lm... yes
checking for dlopen in -ldl... yes
checking for ranlib... ranlib
checking for ar... yes
checking for strip... strip
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking iconv is usable... yes
checking for nl_langinfo (CODESET)... yes
checking curses.h usability... yes
checking curses.h presence... yes
checking for curses.h... yes
checking term.h usability... yes
checking term.h presence... yes
checking for term.h... yes
checking curses is usable... yes /usr/lib/x86_64-linux-gnu/libncurses.a /usr/lib/x86_64-linux-gnu/libtermcap.a
checking for libz... no
Building own libz
checking for liblz4... no
Building own liblz4
checking size of void *... 8
configure: creating ./config.status
config.status: creating Makefile
config.status: creating cs_config.h
>>> Installation is in-place:
      ../../../cs/c/..
    Configure with --prefix if you wanted to install somewhere else.
    The --prefix option also makes the installed files better conform
    to Unix installation conventions. (The configure script will show
    you specific installation paths when --prefix is used.)
    Alternately, you can simply `mv' the in-place installation after
    running `make install'.
cd racket/src/build/cs/c/rktio/ && ../../../../rktio/configure CC=gcc CFLAGS=-g" "-O2" "-Wall LDFLAGS=" "-pthread LIBS=-ldl" "-lm"  "-lrt"  "/usr/lib/x86_64-linux-gnu/libncurses.a" "/usr/lib/x86_64-linux-gnu/libtermcap.a AR=ar ARFLAGS=rc RANLIB=ranlib WINDRES=windres CPPFLAGS=" "-DSCHEME_PORTABLE_TERM"  "-DSCHEME_PORTABLE_TERM" "-pthread --enable-pthread --enable-iconv
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for ranlib... ranlib
checking for fmod in -lm... yes
checking for dlopen in -ldl... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for intptr_t... yes
checking for uintptr_t... yes
checking whether byte ordering is bigendian... no
checking for struct dirent.d_namelen... no
checking for struct dirent.d_namlen... no
checking for xlocale.h... no
checking for xlocale functions... yes
checking for getaddrinfo... yes
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking iconv is usable... yes
checking for nl_langinfo (CODESET)... yes
checking for mbsrtowcs... yes
checking for poll... yes
checking for epoll... yes
checking for inotify... yes
checking whether O_CLOEXEC is declared... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating rktio_config.h
cd racket/src/build/cs/c/ChezScheme/pb/zlib && ./configure
Checking for shared library support...
Building shared library libz.so.1.2.13 with gcc.
Checking for size_t... Yes.
Checking for off64_t... Yes.
Checking for fseeko... Yes.
cd racket/src/build/cs/c/ChezScheme/pb/lz4/lib && make liblz4.a
make[1]: Entering directory '/home/robby/build64-natipkg/racket/src/build/cs/c/ChezScheme/pb/lz4/lib'
Checking for strerror... Yes.
compiling static library
Checking for unistd.h... Yes.
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DPORTABLE_BYTECODE -Iracket/src/build/cs/c/ChezScheme/pb/boot/pb -Iracket/src/build/cs/c/ChezScheme/pb/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/pb/zlib -Iracket/src/build/cs/c/ChezScheme/pb/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/pb/boot/pb/main.o -c racket/src/ChezScheme/c/main.c
Checking for stdarg.h... Yes.
Checking whether to use vs[n]printf() or s[n]printf()... using vs[n]printf().
Checking for vsnprintf() in stdio.h... Yes.
Checking for return value of vsnprintf()... Yes.
Checking for attribute(visibility) support... Yes.
cd racket/src/build/cs/c/ChezScheme/pb/zlib && make static
make[1]: Entering directory '/home/robby/build64-natipkg/racket/src/build/cs/c/ChezScheme/pb/zlib'
gcc -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -I. -c -o example.o test/example.c
gcc -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o adler32.o adler32.c
gcc -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o crc32.o crc32.c
gcc -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o deflate.o deflate.c
gcc -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o infback.o infback.c
gcc -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o inffast.o inffast.c
gcc -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o inflate.o inflate.c
gcc -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o inftrees.o inftrees.c
gcc -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o trees.o trees.c
gcc -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o zutil.o zutil.c
gcc -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o compress.o compress.c
gcc -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o uncompr.o uncompr.c
gcc -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o gzclose.o gzclose.c
gcc -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o gzlib.o gzlib.c
gcc -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o gzread.o gzread.c
gcc -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o gzwrite.o gzwrite.c
gcc -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -I. -c -o minigzip.o test/minigzip.c
ar rc libz.a adler32.o crc32.o deflate.o infback.o inffast.o inflate.o inftrees.o trees.o zutil.o compress.o uncompr.o gzclose.o gzlib.o gzread.o gzwrite.o 
gcc -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -o example example.o -pthread -L. libz.a
gcc -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -o minigzip minigzip.o -pthread -L. libz.a
make[1]: Leaving directory '/home/robby/build64-natipkg/racket/src/build/cs/c/ChezScheme/pb/zlib'
make[1]: Leaving directory '/home/robby/build64-natipkg/racket/src/build/cs/c/ChezScheme/pb/lz4/lib'
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DPORTABLE_BYTECODE -Iracket/src/build/cs/c/ChezScheme/pb/boot/pb -Iracket/src/build/cs/c/ChezScheme/pb/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/pb/zlib -Iracket/src/build/cs/c/ChezScheme/pb/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/pb/c/statics.o -c racket/src/ChezScheme/c/statics.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DPORTABLE_BYTECODE -Iracket/src/build/cs/c/ChezScheme/pb/boot/pb -Iracket/src/build/cs/c/ChezScheme/pb/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/pb/zlib -Iracket/src/build/cs/c/ChezScheme/pb/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/pb/c/segment.o -c racket/src/ChezScheme/c/segment.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DPORTABLE_BYTECODE -Iracket/src/build/cs/c/ChezScheme/pb/boot/pb -Iracket/src/build/cs/c/ChezScheme/pb/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/pb/zlib -Iracket/src/build/cs/c/ChezScheme/pb/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/pb/c/alloc.o -c racket/src/ChezScheme/c/alloc.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DPORTABLE_BYTECODE -Iracket/src/build/cs/c/ChezScheme/pb/boot/pb -Iracket/src/build/cs/c/ChezScheme/pb/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/pb/zlib -Iracket/src/build/cs/c/ChezScheme/pb/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/pb/c/symbol.o -c racket/src/ChezScheme/c/symbol.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DPORTABLE_BYTECODE -Iracket/src/build/cs/c/ChezScheme/pb/boot/pb -Iracket/src/build/cs/c/ChezScheme/pb/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/pb/zlib -Iracket/src/build/cs/c/ChezScheme/pb/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/pb/c/intern.o -c racket/src/ChezScheme/c/intern.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DPORTABLE_BYTECODE -Iracket/src/build/cs/c/ChezScheme/pb/boot/pb -Iracket/src/build/cs/c/ChezScheme/pb/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/pb/zlib -Iracket/src/build/cs/c/ChezScheme/pb/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/pb/c/gcwrapper.o -c racket/src/ChezScheme/c/gcwrapper.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DPORTABLE_BYTECODE -Iracket/src/build/cs/c/ChezScheme/pb/boot/pb -Iracket/src/build/cs/c/ChezScheme/pb/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/pb/zlib -Iracket/src/build/cs/c/ChezScheme/pb/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/pb/c/gc-011.o -c racket/src/ChezScheme/c/gc-011.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DPORTABLE_BYTECODE -Iracket/src/build/cs/c/ChezScheme/pb/boot/pb -Iracket/src/build/cs/c/ChezScheme/pb/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/pb/zlib -Iracket/src/build/cs/c/ChezScheme/pb/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/pb/c/gc-par.o -c racket/src/ChezScheme/c/gc-par.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DPORTABLE_BYTECODE -Iracket/src/build/cs/c/ChezScheme/pb/boot/pb -Iracket/src/build/cs/c/ChezScheme/pb/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/pb/zlib -Iracket/src/build/cs/c/ChezScheme/pb/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/pb/c/gc-ocd.o -c racket/src/ChezScheme/c/gc-ocd.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DPORTABLE_BYTECODE -Iracket/src/build/cs/c/ChezScheme/pb/boot/pb -Iracket/src/build/cs/c/ChezScheme/pb/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/pb/zlib -Iracket/src/build/cs/c/ChezScheme/pb/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/pb/c/gc-oce.o -c racket/src/ChezScheme/c/gc-oce.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DPORTABLE_BYTECODE -Iracket/src/build/cs/c/ChezScheme/pb/boot/pb -Iracket/src/build/cs/c/ChezScheme/pb/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/pb/zlib -Iracket/src/build/cs/c/ChezScheme/pb/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/pb/c/number.o -c racket/src/ChezScheme/c/number.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DPORTABLE_BYTECODE -Iracket/src/build/cs/c/ChezScheme/pb/boot/pb -Iracket/src/build/cs/c/ChezScheme/pb/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/pb/zlib -Iracket/src/build/cs/c/ChezScheme/pb/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/pb/c/schsig.o -c racket/src/ChezScheme/c/schsig.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DPORTABLE_BYTECODE -Iracket/src/build/cs/c/ChezScheme/pb/boot/pb -Iracket/src/build/cs/c/ChezScheme/pb/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/pb/zlib -Iracket/src/build/cs/c/ChezScheme/pb/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/pb/c/io.o -c racket/src/ChezScheme/c/io.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DPORTABLE_BYTECODE -Iracket/src/build/cs/c/ChezScheme/pb/boot/pb -Iracket/src/build/cs/c/ChezScheme/pb/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/pb/zlib -Iracket/src/build/cs/c/ChezScheme/pb/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/pb/c/new-io.o -c racket/src/ChezScheme/c/new-io.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DPORTABLE_BYTECODE -Iracket/src/build/cs/c/ChezScheme/pb/boot/pb -Iracket/src/build/cs/c/ChezScheme/pb/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/pb/zlib -Iracket/src/build/cs/c/ChezScheme/pb/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/pb/c/print.o -c racket/src/ChezScheme/c/print.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DPORTABLE_BYTECODE -Iracket/src/build/cs/c/ChezScheme/pb/boot/pb -Iracket/src/build/cs/c/ChezScheme/pb/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/pb/zlib -Iracket/src/build/cs/c/ChezScheme/pb/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/pb/c/fasl.o -c racket/src/ChezScheme/c/fasl.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DPORTABLE_BYTECODE -Iracket/src/build/cs/c/ChezScheme/pb/boot/pb -Iracket/src/build/cs/c/ChezScheme/pb/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/pb/zlib -Iracket/src/build/cs/c/ChezScheme/pb/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/pb/c/vfasl.o -c racket/src/ChezScheme/c/vfasl.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DPORTABLE_BYTECODE -Iracket/src/build/cs/c/ChezScheme/pb/boot/pb -Iracket/src/build/cs/c/ChezScheme/pb/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/pb/zlib -Iracket/src/build/cs/c/ChezScheme/pb/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/pb/c/stats.o -c racket/src/ChezScheme/c/stats.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DPORTABLE_BYTECODE -Iracket/src/build/cs/c/ChezScheme/pb/boot/pb -Iracket/src/build/cs/c/ChezScheme/pb/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/pb/zlib -Iracket/src/build/cs/c/ChezScheme/pb/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/pb/c/foreign.o -c racket/src/ChezScheme/c/foreign.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DPORTABLE_BYTECODE -Iracket/src/build/cs/c/ChezScheme/pb/boot/pb -Iracket/src/build/cs/c/ChezScheme/pb/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/pb/zlib -Iracket/src/build/cs/c/ChezScheme/pb/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/pb/c/prim.o -c racket/src/ChezScheme/c/prim.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DPORTABLE_BYTECODE -Iracket/src/build/cs/c/ChezScheme/pb/boot/pb -Iracket/src/build/cs/c/ChezScheme/pb/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/pb/zlib -Iracket/src/build/cs/c/ChezScheme/pb/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/pb/c/prim5.o -c racket/src/ChezScheme/c/prim5.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DPORTABLE_BYTECODE -Iracket/src/build/cs/c/ChezScheme/pb/boot/pb -Iracket/src/build/cs/c/ChezScheme/pb/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/pb/zlib -Iracket/src/build/cs/c/ChezScheme/pb/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/pb/c/flushcache.o -c racket/src/ChezScheme/c/flushcache.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DPORTABLE_BYTECODE -Iracket/src/build/cs/c/ChezScheme/pb/boot/pb -Iracket/src/build/cs/c/ChezScheme/pb/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/pb/zlib -Iracket/src/build/cs/c/ChezScheme/pb/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/pb/c/schlib.o -c racket/src/ChezScheme/c/schlib.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DPORTABLE_BYTECODE -Iracket/src/build/cs/c/ChezScheme/pb/boot/pb -Iracket/src/build/cs/c/ChezScheme/pb/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/pb/zlib -Iracket/src/build/cs/c/ChezScheme/pb/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/pb/c/thread.o -c racket/src/ChezScheme/c/thread.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DPORTABLE_BYTECODE -Iracket/src/build/cs/c/ChezScheme/pb/boot/pb -Iracket/src/build/cs/c/ChezScheme/pb/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/pb/zlib -Iracket/src/build/cs/c/ChezScheme/pb/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/pb/c/expeditor.o -c racket/src/ChezScheme/c/expeditor.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DPORTABLE_BYTECODE -Iracket/src/build/cs/c/ChezScheme/pb/boot/pb -Iracket/src/build/cs/c/ChezScheme/pb/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/pb/zlib -Iracket/src/build/cs/c/ChezScheme/pb/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/pb/c/scheme.o -c racket/src/ChezScheme/c/scheme.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DPORTABLE_BYTECODE -Iracket/src/build/cs/c/ChezScheme/pb/boot/pb -Iracket/src/build/cs/c/ChezScheme/pb/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/pb/zlib -Iracket/src/build/cs/c/ChezScheme/pb/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/pb/c/compress-io.o -c racket/src/ChezScheme/c/compress-io.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DPORTABLE_BYTECODE -Iracket/src/build/cs/c/ChezScheme/pb/boot/pb -Iracket/src/build/cs/c/ChezScheme/pb/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/pb/zlib -Iracket/src/build/cs/c/ChezScheme/pb/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/pb/c/random.o -c racket/src/ChezScheme/c/random.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DPORTABLE_BYTECODE -Iracket/src/build/cs/c/ChezScheme/pb/boot/pb -Iracket/src/build/cs/c/ChezScheme/pb/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/pb/zlib -Iracket/src/build/cs/c/ChezScheme/pb/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/pb/c/ffi.o -c racket/src/ChezScheme/c/ffi.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DPORTABLE_BYTECODE -Iracket/src/build/cs/c/ChezScheme/pb/boot/pb -Iracket/src/build/cs/c/ChezScheme/pb/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/pb/zlib -Iracket/src/build/cs/c/ChezScheme/pb/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/pb/c/self-exe.o -c racket/src/ChezScheme/c/self-exe.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DPORTABLE_BYTECODE -Iracket/src/build/cs/c/ChezScheme/pb/boot/pb -Iracket/src/build/cs/c/ChezScheme/pb/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/pb/zlib -Iracket/src/build/cs/c/ChezScheme/pb/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/pb/c/pb.o -c racket/src/ChezScheme/c/pb.c
ar rc racket/src/build/cs/c/ChezScheme/pb/boot/pb/libkernel.a racket/src/build/cs/c/ChezScheme/pb/c/statics.o racket/src/build/cs/c/ChezScheme/pb/c/segment.o racket/src/build/cs/c/ChezScheme/pb/c/alloc.o racket/src/build/cs/c/ChezScheme/pb/c/symbol.o racket/src/build/cs/c/ChezScheme/pb/c/intern.o racket/src/build/cs/c/ChezScheme/pb/c/gcwrapper.o racket/src/build/cs/c/ChezScheme/pb/c/gc-011.o racket/src/build/cs/c/ChezScheme/pb/c/gc-par.o racket/src/build/cs/c/ChezScheme/pb/c/gc-ocd.o racket/src/build/cs/c/ChezScheme/pb/c/gc-oce.o racket/src/build/cs/c/ChezScheme/pb/c/number.o racket/src/build/cs/c/ChezScheme/pb/c/schsig.o racket/src/build/cs/c/ChezScheme/pb/c/io.o racket/src/build/cs/c/ChezScheme/pb/c/new-io.o racket/src/build/cs/c/ChezScheme/pb/c/print.o racket/src/build/cs/c/ChezScheme/pb/c/fasl.o racket/src/build/cs/c/ChezScheme/pb/c/vfasl.o racket/src/build/cs/c/ChezScheme/pb/c/stats.o racket/src/build/cs/c/ChezScheme/pb/c/foreign.o racket/src/build/cs/c/ChezScheme/pb/c/prim.o racket/src/build/cs/c/ChezScheme/pb/c/prim5.o racket/src/build/cs/c/ChezScheme/pb/c/flushcache.o racket/src/build/cs/c/ChezScheme/pb/c/schlib.o racket/src/build/cs/c/ChezScheme/pb/c/thread.o racket/src/build/cs/c/ChezScheme/pb/c/expeditor.o racket/src/build/cs/c/ChezScheme/pb/c/scheme.o racket/src/build/cs/c/ChezScheme/pb/c/compress-io.o racket/src/build/cs/c/ChezScheme/pb/c/random.o racket/src/build/cs/c/ChezScheme/pb/c/ffi.o racket/src/build/cs/c/ChezScheme/pb/c/self-exe.o racket/src/build/cs/c/ChezScheme/pb/c/pb.o
gcc -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/pb/bin/pb/scheme racket/src/build/cs/c/ChezScheme/pb/boot/pb/main.o racket/src/build/cs/c/ChezScheme/pb/boot/pb/libkernel.a racket/src/build/cs/c/ChezScheme/pb/zlib/libz.a racket/src/build/cs/c/ChezScheme/pb/lz4/lib/liblz4.a -pthread -ldl -lm  -lrt  /usr/lib/x86_64-linux-gnu/libncurses.a /usr/lib/x86_64-linux-gnu/libtermcap.a
building boot files for ta6le using pb
running racket/src/build/cs/c/ChezScheme/pb/bin/pb/scheme to build racket/src/build/cs/c/ChezScheme/xc-ta6le/s/nanopass.so
running racket/src/build/cs/c/ChezScheme/pb/bin/pb/scheme to build racket/src/build/cs/c/ChezScheme/xc-ta6le/s/cmacros.so
compiling racket/src/ChezScheme/nanopass/nanopass.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/nanopass.so
compiling racket/src/ChezScheme/nanopass/nanopass/language.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/nanopass/language.so
compiling racket/src/ChezScheme/nanopass/nanopass/helpers.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/nanopass/helpers.so
compiling racket/src/ChezScheme/nanopass/nanopass/implementation-helpers.chezscheme.sls with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/nanopass/implementation-helpers.chezscheme.so
compiling racket/src/ChezScheme/s/cmacros.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/cmacros.so
compiling racket/src/ChezScheme/nanopass/nanopass/language-helpers.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/nanopass/language-helpers.so
compiling racket/src/ChezScheme/nanopass/nanopass/records.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/nanopass/records.so
compiling racket/src/ChezScheme/nanopass/nanopass/syntaxconvert.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/nanopass/syntaxconvert.so
compiling racket/src/ChezScheme/nanopass/nanopass/unparser.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/nanopass/unparser.so
compiling racket/src/ChezScheme/nanopass/nanopass/meta-parser.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/nanopass/meta-parser.so
compiling racket/src/ChezScheme/nanopass/nanopass/meta-syntax-dispatch.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/nanopass/meta-syntax-dispatch.so
running racket/src/build/cs/c/ChezScheme/pb/bin/pb/scheme to build racket/src/build/cs/c/ChezScheme/xc-ta6le/s/priminfo.so
compiling racket/src/ChezScheme/s/priminfo.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/priminfo.so
compiling racket/src/ChezScheme/nanopass/nanopass/parser.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/nanopass/parser.so
compiling racket/src/ChezScheme/nanopass/nanopass/nano-syntax-dispatch.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/nanopass/nano-syntax-dispatch.so
compiling racket/src/ChezScheme/nanopass/nanopass/language-node-counter.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/nanopass/language-node-counter.so
compiling racket/src/ChezScheme/nanopass/nanopass/pass.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/nanopass/pass.so
running racket/src/build/cs/c/ChezScheme/pb/bin/pb/scheme to build racket/src/build/cs/c/ChezScheme/xc-ta6le/s/primvars.so
running racket/src/build/cs/c/ChezScheme/pb/bin/pb/scheme to build racket/src/build/cs/c/ChezScheme/xc-ta6le/s/env.so
running racket/src/build/cs/c/ChezScheme/pb/bin/pb/scheme to build racket/src/build/cs/c/ChezScheme/xc-ta6le/s/setup.so
compiling racket/src/ChezScheme/s/primvars.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/primvars.so
compiling racket/src/ChezScheme/s/env.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/env.so
compiling racket/src/ChezScheme/s/setup.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/setup.so
running racket/src/build/cs/c/ChezScheme/pb/bin/pb/scheme to build racket/src/build/cs/c/ChezScheme/xc-ta6le/s/mkheader.so
running racket/src/build/cs/c/ChezScheme/pb/bin/pb/scheme to build racket/src/build/cs/c/ChezScheme/xc-ta6le/s/patch.patch
running racket/src/build/cs/c/ChezScheme/pb/bin/pb/scheme to build racket/src/build/cs/c/ChezScheme/xc-ta6le/s/cpnanopass.patch
running racket/src/build/cs/c/ChezScheme/pb/bin/pb/scheme to build racket/src/build/cs/c/ChezScheme/xc-ta6le/s/cpprim.patch
compiling racket/src/ChezScheme/s/cpprim.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/cpprim.patch
compiling racket/src/ChezScheme/s/patch.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/patch.patch
compiling racket/src/ChezScheme/s/cpnanopass.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/cpnanopass.patch
(time (compile-file "racket/src/ChezScheme/s/patch.ss" ...))
compiling racket/src/ChezScheme/s/mkheader.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/mkheader.so
    no collections
    0.012638777s elapsed cpu time
    0.027401503s elapsed real time
    785488 bytes allocated
    44376064 bytes peak memory use
running racket/src/build/cs/c/ChezScheme/pb/bin/pb/scheme to build racket/src/build/cs/c/ChezScheme/xc-ta6le/s/cprep.patch
compiling racket/src/ChezScheme/s/cprep.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/cprep.patch
running racket/src/build/cs/c/ChezScheme/pb/bin/pb/scheme to build racket/src/build/cs/c/ChezScheme/xc-ta6le/s/cpcheck.patch
(time (compile-file "racket/src/ChezScheme/s/cprep.ss" ...))
    5 collections
    1.488944921s elapsed cpu time, including 0.029625403s collecting
    5.951503398s elapsed real time, including 0.114194723s collecting
    82045184 bytes allocated, including 74600944 bytes reclaimed
    57434112 bytes peak memory use
running racket/src/build/cs/c/ChezScheme/pb/bin/pb/scheme to build racket/src/build/cs/c/ChezScheme/xc-ta6le/s/cp0.patch
compiling racket/src/ChezScheme/s/cpcheck.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/cpcheck.patch
compiling racket/src/ChezScheme/s/cp0.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/cp0.patch
(time (compile-file "racket/src/ChezScheme/s/cpcheck.ss" ...))
    2 collections
    0.740114943s elapsed cpu time, including 0.013261430s collecting
    2.970539405s elapsed real time, including 0.054720587s collecting
    42960336 bytes allocated, including 26593104 bytes reclaimed
    51019776 bytes peak memory use
running racket/src/build/cs/c/ChezScheme/pb/bin/pb/scheme to build racket/src/build/cs/c/ChezScheme/xc-ta6le/s/cpvalid.patch
compiling racket/src/ChezScheme/s/cpvalid.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/cpvalid.patch
(time (compile-file "racket/src/ChezScheme/s/cpvalid.ss" ...))
    3 collections
    1.017272606s elapsed cpu time, including 0.023529892s collecting
    4.091241121s elapsed real time, including 0.077211711s collecting
    58571600 bytes allocated, including 43736624 bytes reclaimed
    57434112 bytes peak memory use
running racket/src/build/cs/c/ChezScheme/pb/bin/pb/scheme to build racket/src/build/cs/c/ChezScheme/xc-ta6le/s/cptypes.patch
compiling racket/src/ChezScheme/s/cptypes.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/cptypes.patch
(time (compile-file "racket/src/ChezScheme/s/cptypes.ss" ...))
    16 collections
    4.760020401s elapsed cpu time, including 0.132137634s collecting
    19.088181036s elapsed real time, including 0.584368332s collecting
    276494784 bytes allocated, including 248550208 bytes reclaimed
    91643904 bytes peak memory use
running racket/src/build/cs/c/ChezScheme/pb/bin/pb/scheme to build racket/src/build/cs/c/ChezScheme/xc-ta6le/s/cpcommonize.patch
compiling racket/src/ChezScheme/s/cpcommonize.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/cpcommonize.patch
(time (compile-file "racket/src/ChezScheme/s/cpcommonize.ss" ...))
    6 collections
    1.801301624s elapsed cpu time, including 0.034111187s collecting
    7.201581208s elapsed real time, including 0.144506753s collecting
    99196960 bytes allocated, including 88360336 bytes reclaimed
    57434112 bytes peak memory use
running racket/src/build/cs/c/ChezScheme/pb/bin/pb/scheme to build racket/src/build/cs/c/ChezScheme/xc-ta6le/s/cpletrec.patch
compiling racket/src/ChezScheme/s/cpletrec.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/cpletrec.patch
(time (compile-file "racket/src/ChezScheme/s/cp0.ss" ...))
    33 collections
    9.517181136s elapsed cpu time, including 0.390022205s collecting
    38.183754647s elapsed real time, including 1.584965474s collecting
    554322064 bytes allocated, including 510322480 bytes reclaimed
    130129920 bytes peak memory use
running racket/src/build/cs/c/ChezScheme/pb/bin/pb/scheme to build racket/src/build/cs/c/ChezScheme/xc-ta6le/s/reloc.patch
compiling racket/src/ChezScheme/s/reloc.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/reloc.patch
(time (compile-file "racket/src/ChezScheme/s/reloc.ss" ...))
    no collections
    0.042384683s elapsed cpu time
    0.142391725s elapsed real time
    2813376 bytes allocated
    46514176 bytes peak memory use
running racket/src/build/cs/c/ChezScheme/pb/bin/pb/scheme to build racket/src/build/cs/c/ChezScheme/xc-ta6le/s/compile.patch
(time (compile-file "racket/src/ChezScheme/s/cpletrec.ss" ...))
    3 collections
    0.897618276s elapsed cpu time, including 0.024813182s collecting
    3.591839461s elapsed real time, including 0.096818208s collecting
    52296960 bytes allocated, including 42959616 bytes reclaimed
    55296000 bytes peak memory use
running racket/src/build/cs/c/ChezScheme/pb/bin/pb/scheme to build racket/src/build/cs/c/ChezScheme/xc-ta6le/s/fasl.patch
compiling racket/src/ChezScheme/s/compile.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/compile.patch
compiling racket/src/ChezScheme/s/fasl.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/fasl.patch
(time (compile-file "racket/src/ChezScheme/s/fasl.ss" ...))
    3 collections
    0.785824082s elapsed cpu time, including 0.018605430s collecting
    3.137113833s elapsed real time, including 0.072323745s collecting
    47280112 bytes allocated, including 44658240 bytes reclaimed
    51019776 bytes peak memory use
running racket/src/build/cs/c/ChezScheme/pb/bin/pb/scheme to build racket/src/build/cs/c/ChezScheme/xc-ta6le/s/vfasl.patch
compiling racket/src/ChezScheme/s/vfasl.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/vfasl.patch
(time (compile-file "racket/src/ChezScheme/s/vfasl.ss" ...))
    3 collections
    0.813322646s elapsed cpu time, including 0.017368557s collecting
    3.241704530s elapsed real time, including 0.047421084s collecting
    49469104 bytes allocated, including 44482544 bytes reclaimed
    51019776 bytes peak memory use
running racket/src/build/cs/c/ChezScheme/pb/bin/pb/scheme to build racket/src/build/cs/c/ChezScheme/xc-ta6le/s/pbchunk.patch
compiling racket/src/ChezScheme/s/pbchunk.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/pbchunk.patch
(time (compile-file "racket/src/ChezScheme/s/pbchunk.ss" ...))
    no collections
    0.024385409s elapsed cpu time
    0.088057977s elapsed real time
    814992 bytes allocated
    46514176 bytes peak memory use
running racket/src/build/cs/c/ChezScheme/pb/bin/pb/scheme to build racket/src/build/cs/c/ChezScheme/xc-ta6le/s/syntax.patch
compiling racket/src/ChezScheme/s/syntax.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/syntax.patch
(time (compile-file "racket/src/ChezScheme/s/compile.ss" ...))
    10 collections
    2.662319076s elapsed cpu time, including 0.067846414s collecting
    10.694347251s elapsed real time, including 0.311399442s collecting
    166236288 bytes allocated, including 147211632 bytes reclaimed
    61710336 bytes peak memory use
running racket/src/build/cs/c/ChezScheme/pb/bin/pb/scheme to build racket/src/build/cs/c/ChezScheme/xc-ta6le/s/env.patch
compiling racket/src/ChezScheme/s/env.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/env.patch
(time (compile-file "racket/src/ChezScheme/s/env.ss" ...))
    no collections
    0.002563426s elapsed cpu time
    0.002684695s elapsed real time
    144064 bytes allocated
    46514176 bytes peak memory use
running racket/src/build/cs/c/ChezScheme/pb/bin/pb/scheme to build racket/src/build/cs/c/ChezScheme/xc-ta6le/s/read.patch
compiling racket/src/ChezScheme/s/read.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/read.patch
(time (compile-file "racket/src/ChezScheme/s/read.ss" ...))
    8 collections
    2.430586614s elapsed cpu time, including 0.062407000s collecting
    9.771113966s elapsed real time, including 0.247511231s collecting
    141915840 bytes allocated, including 121254832 bytes reclaimed
    63848448 bytes peak memory use
running racket/src/build/cs/c/ChezScheme/pb/bin/pb/scheme to build racket/src/build/cs/c/ChezScheme/xc-ta6le/s/interpret.patch
compiling racket/src/ChezScheme/s/interpret.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/interpret.patch
(time (compile-file "racket/src/ChezScheme/s/interpret.ss" ...))
    5 collections
    1.407030982s elapsed cpu time, including 0.028985975s collecting
    5.630158597s elapsed real time, including 0.089071121s collecting
    79089872 bytes allocated, including 74668224 bytes reclaimed
    55296000 bytes peak memory use
running racket/src/build/cs/c/ChezScheme/pb/bin/pb/scheme to build racket/src/build/cs/c/ChezScheme/xc-ta6le/s/ftype.patch
compiling racket/src/ChezScheme/s/ftype.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/ftype.patch
(time (compile-file "racket/src/ChezScheme/s/ftype.ss" ...))
    8 collections
    2.267773186s elapsed cpu time, including 0.061110362s collecting
    9.089969325s elapsed real time, including 0.180357699s collecting
    138847744 bytes allocated, including 119249232 bytes reclaimed
    68124672 bytes peak memory use
running racket/src/build/cs/c/ChezScheme/pb/bin/pb/scheme to build racket/src/build/cs/c/ChezScheme/xc-ta6le/s/strip.patch
compiling racket/src/ChezScheme/s/strip.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/strip.patch
(time (compile-file "racket/src/ChezScheme/s/strip.ss" ...))
    7 collections
    2.169164930s elapsed cpu time, including 0.049461072s collecting
    8.697736434s elapsed real time, including 0.222781481s collecting
    125442816 bytes allocated, including 106504096 bytes reclaimed
    61710336 bytes peak memory use
running racket/src/build/cs/c/ChezScheme/pb/bin/pb/scheme to build racket/src/build/cs/c/ChezScheme/xc-ta6le/s/ubify.patch
compiling racket/src/ChezScheme/s/ubify.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/ubify.patch
(time (compile-file "racket/src/ChezScheme/s/ubify.ss" ...))
    no collections
    0.016434770s elapsed cpu time
    0.046532909s elapsed real time
    1072160 bytes allocated
    44376064 bytes peak memory use
running racket/src/build/cs/c/ChezScheme/pb/bin/pb/scheme to build racket/src/build/cs/c/ChezScheme/xc-ta6le/s/back.patch
compiling racket/src/ChezScheme/s/back.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/back.patch
(time (compile-file "racket/src/ChezScheme/s/back.ss" ...))
    no collections
    0.108284050s elapsed cpu time
    0.415741333s elapsed real time
    7182336 bytes allocated
    46514176 bytes peak memory use
running racket/src/build/cs/c/ChezScheme/pb/bin/pb/scheme to build racket/src/build/cs/c/ChezScheme/xc-ta6le/boot/ta6le/equates.h
running racket/src/build/cs/c/ChezScheme/pb/bin/pb/scheme to build racket/src/build/cs/c/ChezScheme/xc-ta6le/boot/ta6le/scheme.h
running racket/src/build/cs/c/ChezScheme/pb/bin/pb/scheme to build racket/src/build/cs/c/ChezScheme/xc-ta6le/s/mkgc.so
(time (compile-file "racket/src/ChezScheme/s/syntax.ss" ...))
    39 collections
    10.914011091s elapsed cpu time, including 0.378259996s collecting
    43.803884694s elapsed real time, including 1.571526889s collecting
    661105936 bytes allocated, including 633589952 bytes reclaimed
    117301248 bytes peak memory use
compiling racket/src/ChezScheme/s/mkgc.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/mkgc.so
running racket/src/build/cs/c/ChezScheme/pb/bin/pb/scheme to build racket/src/build/cs/c/ChezScheme/xc-ta6le/boot/ta6le/gc-oce.inc
running racket/src/build/cs/c/ChezScheme/pb/bin/pb/scheme to build racket/src/build/cs/c/ChezScheme/xc-ta6le/boot/ta6le/gc-par.inc
running racket/src/build/cs/c/ChezScheme/pb/bin/pb/scheme to build racket/src/build/cs/c/ChezScheme/xc-ta6le/boot/ta6le/heapcheck.inc
running racket/src/build/cs/c/ChezScheme/pb/bin/pb/scheme to build racket/src/build/cs/c/ChezScheme/xc-ta6le/boot/ta6le/gc-ocd.inc
(time (compile-file "racket/src/ChezScheme/s/cpprim.ss" ...))
    108 collections
    35.266467670s elapsed cpu time, including 1.498319317s collecting
    125.734147523s elapsed real time, including 4.917556310s collecting
    1817396288 bytes allocated, including 1679973520 bytes reclaimed
    265158656 bytes peak memory use
(time (compile-file "racket/src/ChezScheme/s/cpnanopass.ss" ...))
    141 collections
    46.990582513s elapsed cpu time, including 2.247999023s collecting
    137.520189193s elapsed real time, including 5.120812327s collecting
    2370759280 bytes allocated, including 2192240784 bytes reclaimed
    335183872 bytes peak memory use
running racket/src/build/cs/c/ChezScheme/pb/bin/pb/scheme to build all at once
loading ta6le cross compiler
compiling racket/src/ChezScheme/s/library.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/library.ta6le
compiling racket/src/ChezScheme/s/prims.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/prims.ta6le
compiling racket/src/ChezScheme/s/mathprims.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/mathprims.ta6le
compiling racket/src/ChezScheme/s/record.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/record.ta6le
compiling racket/src/ChezScheme/s/5_1.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/5_1.ta6le
compiling racket/src/ChezScheme/s/5_2.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/5_2.ta6le
compiling racket/src/ChezScheme/s/5_3.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/5_3.ta6le
compiling racket/src/ChezScheme/s/strnum.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/strnum.ta6le
compiling racket/src/ChezScheme/s/bytevector.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/bytevector.ta6le
compiling racket/src/ChezScheme/s/5_4.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/5_4.ta6le
compiling racket/src/ChezScheme/s/5_6.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/5_6.ta6le
compiling racket/src/ChezScheme/s/5_7.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/5_7.ta6le
compiling racket/src/ChezScheme/s/event.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/event.ta6le
compiling racket/src/ChezScheme/s/4.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/4.ta6le
compiling racket/src/ChezScheme/s/front.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/front.ta6le
compiling racket/src/ChezScheme/s/foreign.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/foreign.ta6le
compiling racket/src/ChezScheme/s/6.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/6.ta6le
compiling racket/src/ChezScheme/s/print.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/print.ta6le
compiling racket/src/ChezScheme/s/newhash.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/newhash.ta6le
compiling racket/src/ChezScheme/s/format.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/format.ta6le
compiling racket/src/ChezScheme/s/date.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/date.ta6le
compiling racket/src/ChezScheme/s/7.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/7.ta6le
compiling racket/src/ChezScheme/s/cafe.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/cafe.ta6le
compiling racket/src/ChezScheme/s/trace.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/trace.ta6le
compiling racket/src/ChezScheme/s/engine.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/engine.ta6le
compiling racket/src/ChezScheme/s/interpret.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/interpret.ta6le
compiling racket/src/ChezScheme/s/cprep.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/cprep.ta6le
compiling racket/src/ChezScheme/s/cpcheck.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/cpcheck.ta6le
compiling racket/src/ChezScheme/s/cp0.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/cp0.ta6le
compiling racket/src/ChezScheme/s/cpvalid.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/cpvalid.ta6le
compiling racket/src/ChezScheme/s/cptypes.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/cptypes.ta6le
compiling racket/src/ChezScheme/s/cpcommonize.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/cpcommonize.ta6le
compiling racket/src/ChezScheme/s/cpletrec.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/cpletrec.ta6le
compiling racket/src/ChezScheme/s/inspect.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/inspect.ta6le
compiling racket/src/ChezScheme/s/enum.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/enum.ta6le
compiling racket/src/ChezScheme/s/io.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/io.ta6le
compiling racket/src/ChezScheme/s/read.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/read.ta6le
compiling racket/src/ChezScheme/s/primvars.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/primvars.ta6le
compiling racket/src/ChezScheme/s/syntax.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/syntax.ta6le
compiling racket/src/ChezScheme/s/costctr.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/costctr.ta6le
compiling racket/src/ChezScheme/s/expeditor.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/expeditor.ta6le
compiling racket/src/ChezScheme/s/exceptions.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/exceptions.ta6le
compiling racket/src/ChezScheme/s/pretty.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/pretty.ta6le
compiling racket/src/ChezScheme/s/env.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/env.ta6le
compiling racket/src/ChezScheme/s/fasl.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/fasl.ta6le
compiling racket/src/ChezScheme/s/vfasl.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/vfasl.ta6le
compiling racket/src/ChezScheme/s/pbchunk.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/pbchunk.ta6le
compiling racket/src/ChezScheme/s/reloc.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/reloc.ta6le
compiling racket/src/ChezScheme/s/pdhtml.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/pdhtml.ta6le
compiling racket/src/ChezScheme/s/strip.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/strip.ta6le
compiling racket/src/ChezScheme/s/ftype.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/ftype.ta6le
compiling racket/src/ChezScheme/s/back.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/back.ta6le
compiling racket/src/ChezScheme/s/cpnanopass.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/cpnanopass.ta6le
compiling racket/src/ChezScheme/s/cpprim.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/cpprim.ta6le
compiling racket/src/ChezScheme/s/compile.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/compile.ta6le
compiling racket/src/ChezScheme/s/cback.ss with output to racket/src/build/cs/c/ChezScheme/xc-ta6le/s/cback.ta6le
(time (let () ...))
    568 collections
    158.264430613s elapsed cpu time, including 5.537030662s collecting
    158.529246657s elapsed real time, including 5.553910525s collecting
    9084616640 bytes allocated, including 8885707752 bytes reclaimed
    457523200 bytes peak memory use
cd racket/src/build/cs/c/ChezScheme/ta6le/zlib && ./configure
Checking for shared library support...
Building shared library libz.so.1.2.13 with gcc.
cd racket/src/build/cs/c/ChezScheme/ta6le/lz4/lib && make liblz4.a
make[1]: Entering directory '/home/robby/build64-natipkg/racket/src/build/cs/c/ChezScheme/ta6le/lz4/lib'
Checking for size_t... Yes.
Checking for off64_t... Yes.
Checking for fseeko... Yes.
compiling static library
Checking for strerror... Yes.
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DX86_64 -Iracket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le -Iracket/src/build/cs/c/ChezScheme/ta6le/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/ta6le/zlib -Iracket/src/build/cs/c/ChezScheme/ta6le/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le/main.o -c racket/src/ChezScheme/c/main.c
Checking for unistd.h... Yes.
Checking for stdarg.h... Yes.
Checking whether to use vs[n]printf() or s[n]printf()... using vs[n]printf().
Checking for vsnprintf() in stdio.h... Yes.
Checking for return value of vsnprintf()... Yes.
Checking for attribute(visibility) support... Yes.
cd racket/src/build/cs/c/ChezScheme/ta6le/zlib && make static
make[1]: Entering directory '/home/robby/build64-natipkg/racket/src/build/cs/c/ChezScheme/ta6le/zlib'
gcc -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -I. -c -o example.o test/example.c
gcc -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o adler32.o adler32.c
gcc -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o crc32.o crc32.c
gcc -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o deflate.o deflate.c
gcc -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o infback.o infback.c
gcc -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o inffast.o inffast.c
gcc -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o inflate.o inflate.c
gcc -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o inftrees.o inftrees.c
gcc -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o trees.o trees.c
gcc -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o zutil.o zutil.c
gcc -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o compress.o compress.c
gcc -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o uncompr.o uncompr.c
gcc -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o gzclose.o gzclose.c
gcc -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o gzlib.o gzlib.c
gcc -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o gzread.o gzread.c
gcc -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o gzwrite.o gzwrite.c
gcc -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -I. -c -o minigzip.o test/minigzip.c
ar rc libz.a adler32.o crc32.o deflate.o infback.o inffast.o inflate.o inftrees.o trees.o zutil.o compress.o uncompr.o gzclose.o gzlib.o gzread.o gzwrite.o 
gcc -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -o example example.o -pthread -L. libz.a
gcc -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -o minigzip minigzip.o -pthread -L. libz.a
make[1]: Leaving directory '/home/robby/build64-natipkg/racket/src/build/cs/c/ChezScheme/ta6le/zlib'
make[1]: Leaving directory '/home/robby/build64-natipkg/racket/src/build/cs/c/ChezScheme/ta6le/lz4/lib'
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DX86_64 -Iracket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le -Iracket/src/build/cs/c/ChezScheme/ta6le/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/ta6le/zlib -Iracket/src/build/cs/c/ChezScheme/ta6le/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/ta6le/c/statics.o -c racket/src/ChezScheme/c/statics.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DX86_64 -Iracket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le -Iracket/src/build/cs/c/ChezScheme/ta6le/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/ta6le/zlib -Iracket/src/build/cs/c/ChezScheme/ta6le/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/ta6le/c/segment.o -c racket/src/ChezScheme/c/segment.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DX86_64 -Iracket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le -Iracket/src/build/cs/c/ChezScheme/ta6le/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/ta6le/zlib -Iracket/src/build/cs/c/ChezScheme/ta6le/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/ta6le/c/alloc.o -c racket/src/ChezScheme/c/alloc.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DX86_64 -Iracket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le -Iracket/src/build/cs/c/ChezScheme/ta6le/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/ta6le/zlib -Iracket/src/build/cs/c/ChezScheme/ta6le/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/ta6le/c/symbol.o -c racket/src/ChezScheme/c/symbol.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DX86_64 -Iracket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le -Iracket/src/build/cs/c/ChezScheme/ta6le/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/ta6le/zlib -Iracket/src/build/cs/c/ChezScheme/ta6le/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/ta6le/c/intern.o -c racket/src/ChezScheme/c/intern.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DX86_64 -Iracket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le -Iracket/src/build/cs/c/ChezScheme/ta6le/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/ta6le/zlib -Iracket/src/build/cs/c/ChezScheme/ta6le/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/ta6le/c/gcwrapper.o -c racket/src/ChezScheme/c/gcwrapper.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DX86_64 -Iracket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le -Iracket/src/build/cs/c/ChezScheme/ta6le/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/ta6le/zlib -Iracket/src/build/cs/c/ChezScheme/ta6le/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/ta6le/c/gc-011.o -c racket/src/ChezScheme/c/gc-011.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DX86_64 -Iracket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le -Iracket/src/build/cs/c/ChezScheme/ta6le/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/ta6le/zlib -Iracket/src/build/cs/c/ChezScheme/ta6le/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/ta6le/c/gc-par.o -c racket/src/ChezScheme/c/gc-par.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DX86_64 -Iracket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le -Iracket/src/build/cs/c/ChezScheme/ta6le/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/ta6le/zlib -Iracket/src/build/cs/c/ChezScheme/ta6le/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/ta6le/c/gc-ocd.o -c racket/src/ChezScheme/c/gc-ocd.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DX86_64 -Iracket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le -Iracket/src/build/cs/c/ChezScheme/ta6le/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/ta6le/zlib -Iracket/src/build/cs/c/ChezScheme/ta6le/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/ta6le/c/gc-oce.o -c racket/src/ChezScheme/c/gc-oce.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DX86_64 -Iracket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le -Iracket/src/build/cs/c/ChezScheme/ta6le/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/ta6le/zlib -Iracket/src/build/cs/c/ChezScheme/ta6le/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/ta6le/c/number.o -c racket/src/ChezScheme/c/number.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DX86_64 -Iracket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le -Iracket/src/build/cs/c/ChezScheme/ta6le/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/ta6le/zlib -Iracket/src/build/cs/c/ChezScheme/ta6le/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/ta6le/c/schsig.o -c racket/src/ChezScheme/c/schsig.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DX86_64 -Iracket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le -Iracket/src/build/cs/c/ChezScheme/ta6le/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/ta6le/zlib -Iracket/src/build/cs/c/ChezScheme/ta6le/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/ta6le/c/io.o -c racket/src/ChezScheme/c/io.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DX86_64 -Iracket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le -Iracket/src/build/cs/c/ChezScheme/ta6le/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/ta6le/zlib -Iracket/src/build/cs/c/ChezScheme/ta6le/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/ta6le/c/new-io.o -c racket/src/ChezScheme/c/new-io.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DX86_64 -Iracket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le -Iracket/src/build/cs/c/ChezScheme/ta6le/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/ta6le/zlib -Iracket/src/build/cs/c/ChezScheme/ta6le/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/ta6le/c/print.o -c racket/src/ChezScheme/c/print.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DX86_64 -Iracket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le -Iracket/src/build/cs/c/ChezScheme/ta6le/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/ta6le/zlib -Iracket/src/build/cs/c/ChezScheme/ta6le/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/ta6le/c/fasl.o -c racket/src/ChezScheme/c/fasl.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DX86_64 -Iracket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le -Iracket/src/build/cs/c/ChezScheme/ta6le/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/ta6le/zlib -Iracket/src/build/cs/c/ChezScheme/ta6le/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/ta6le/c/vfasl.o -c racket/src/ChezScheme/c/vfasl.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DX86_64 -Iracket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le -Iracket/src/build/cs/c/ChezScheme/ta6le/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/ta6le/zlib -Iracket/src/build/cs/c/ChezScheme/ta6le/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/ta6le/c/stats.o -c racket/src/ChezScheme/c/stats.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DX86_64 -Iracket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le -Iracket/src/build/cs/c/ChezScheme/ta6le/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/ta6le/zlib -Iracket/src/build/cs/c/ChezScheme/ta6le/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/ta6le/c/foreign.o -c racket/src/ChezScheme/c/foreign.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DX86_64 -Iracket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le -Iracket/src/build/cs/c/ChezScheme/ta6le/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/ta6le/zlib -Iracket/src/build/cs/c/ChezScheme/ta6le/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/ta6le/c/prim.o -c racket/src/ChezScheme/c/prim.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DX86_64 -Iracket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le -Iracket/src/build/cs/c/ChezScheme/ta6le/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/ta6le/zlib -Iracket/src/build/cs/c/ChezScheme/ta6le/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/ta6le/c/prim5.o -c racket/src/ChezScheme/c/prim5.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DX86_64 -Iracket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le -Iracket/src/build/cs/c/ChezScheme/ta6le/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/ta6le/zlib -Iracket/src/build/cs/c/ChezScheme/ta6le/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/ta6le/c/flushcache.o -c racket/src/ChezScheme/c/flushcache.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DX86_64 -Iracket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le -Iracket/src/build/cs/c/ChezScheme/ta6le/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/ta6le/zlib -Iracket/src/build/cs/c/ChezScheme/ta6le/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/ta6le/c/schlib.o -c racket/src/ChezScheme/c/schlib.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DX86_64 -Iracket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le -Iracket/src/build/cs/c/ChezScheme/ta6le/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/ta6le/zlib -Iracket/src/build/cs/c/ChezScheme/ta6le/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/ta6le/c/thread.o -c racket/src/ChezScheme/c/thread.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DX86_64 -Iracket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le -Iracket/src/build/cs/c/ChezScheme/ta6le/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/ta6le/zlib -Iracket/src/build/cs/c/ChezScheme/ta6le/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/ta6le/c/expeditor.o -c racket/src/ChezScheme/c/expeditor.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DX86_64 -Iracket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le -Iracket/src/build/cs/c/ChezScheme/ta6le/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/ta6le/zlib -Iracket/src/build/cs/c/ChezScheme/ta6le/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/ta6le/c/scheme.o -c racket/src/ChezScheme/c/scheme.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DX86_64 -Iracket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le -Iracket/src/build/cs/c/ChezScheme/ta6le/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/ta6le/zlib -Iracket/src/build/cs/c/ChezScheme/ta6le/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/ta6le/c/compress-io.o -c racket/src/ChezScheme/c/compress-io.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DX86_64 -Iracket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le -Iracket/src/build/cs/c/ChezScheme/ta6le/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/ta6le/zlib -Iracket/src/build/cs/c/ChezScheme/ta6le/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/ta6le/c/random.o -c racket/src/ChezScheme/c/random.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DX86_64 -Iracket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le -Iracket/src/build/cs/c/ChezScheme/ta6le/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/ta6le/zlib -Iracket/src/build/cs/c/ChezScheme/ta6le/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/ta6le/c/ffi.o -c racket/src/ChezScheme/c/ffi.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DX86_64 -Iracket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le -Iracket/src/build/cs/c/ChezScheme/ta6le/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/ta6le/zlib -Iracket/src/build/cs/c/ChezScheme/ta6le/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/ta6le/c/self-exe.o -c racket/src/ChezScheme/c/self-exe.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -DX86_64 -Iracket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le -Iracket/src/build/cs/c/ChezScheme/ta6le/c -Iracket/src/ChezScheme/c/ -Iracket/src/build/cs/c/ChezScheme/ta6le/zlib -Iracket/src/build/cs/c/ChezScheme/ta6le/lz4/lib -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/ta6le/c/i3le.o -c racket/src/ChezScheme/c/i3le.c
ar rc racket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le/libkernel.a racket/src/build/cs/c/ChezScheme/ta6le/c/statics.o racket/src/build/cs/c/ChezScheme/ta6le/c/segment.o racket/src/build/cs/c/ChezScheme/ta6le/c/alloc.o racket/src/build/cs/c/ChezScheme/ta6le/c/symbol.o racket/src/build/cs/c/ChezScheme/ta6le/c/intern.o racket/src/build/cs/c/ChezScheme/ta6le/c/gcwrapper.o racket/src/build/cs/c/ChezScheme/ta6le/c/gc-011.o racket/src/build/cs/c/ChezScheme/ta6le/c/gc-par.o racket/src/build/cs/c/ChezScheme/ta6le/c/gc-ocd.o racket/src/build/cs/c/ChezScheme/ta6le/c/gc-oce.o racket/src/build/cs/c/ChezScheme/ta6le/c/number.o racket/src/build/cs/c/ChezScheme/ta6le/c/schsig.o racket/src/build/cs/c/ChezScheme/ta6le/c/io.o racket/src/build/cs/c/ChezScheme/ta6le/c/new-io.o racket/src/build/cs/c/ChezScheme/ta6le/c/print.o racket/src/build/cs/c/ChezScheme/ta6le/c/fasl.o racket/src/build/cs/c/ChezScheme/ta6le/c/vfasl.o racket/src/build/cs/c/ChezScheme/ta6le/c/stats.o racket/src/build/cs/c/ChezScheme/ta6le/c/foreign.o racket/src/build/cs/c/ChezScheme/ta6le/c/prim.o racket/src/build/cs/c/ChezScheme/ta6le/c/prim5.o racket/src/build/cs/c/ChezScheme/ta6le/c/flushcache.o racket/src/build/cs/c/ChezScheme/ta6le/c/schlib.o racket/src/build/cs/c/ChezScheme/ta6le/c/thread.o racket/src/build/cs/c/ChezScheme/ta6le/c/expeditor.o racket/src/build/cs/c/ChezScheme/ta6le/c/scheme.o racket/src/build/cs/c/ChezScheme/ta6le/c/compress-io.o racket/src/build/cs/c/ChezScheme/ta6le/c/random.o racket/src/build/cs/c/ChezScheme/ta6le/c/ffi.o racket/src/build/cs/c/ChezScheme/ta6le/c/self-exe.o racket/src/build/cs/c/ChezScheme/ta6le/c/i3le.o
gcc -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/ChezScheme/ta6le/bin/ta6le/scheme racket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le/main.o racket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le/libkernel.a racket/src/build/cs/c/ChezScheme/ta6le/zlib/libz.a racket/src/build/cs/c/ChezScheme/ta6le/lz4/lib/liblz4.a -pthread -ldl -lm  -lrt  /usr/lib/x86_64-linux-gnu/libncurses.a /usr/lib/x86_64-linux-gnu/libtermcap.a
running racket/src/build/cs/c/ChezScheme/ta6le/bin/ta6le/scheme to build racket/src/build/cs/c/ChezScheme/ta6le/s/cmacros.so
running racket/src/build/cs/c/ChezScheme/ta6le/bin/ta6le/scheme to build racket/src/build/cs/c/ChezScheme/ta6le/s/nanopass.so
compiling racket/src/ChezScheme/nanopass/nanopass.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/nanopass.so
compiling racket/src/ChezScheme/s/cmacros.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/cmacros.so
compiling racket/src/ChezScheme/nanopass/nanopass/language.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/nanopass/language.so
compiling racket/src/ChezScheme/nanopass/nanopass/helpers.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/nanopass/helpers.so
compiling racket/src/ChezScheme/nanopass/nanopass/implementation-helpers.chezscheme.sls with output to racket/src/build/cs/c/ChezScheme/ta6le/s/nanopass/implementation-helpers.chezscheme.so
compiling racket/src/ChezScheme/nanopass/nanopass/language-helpers.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/nanopass/language-helpers.so
compiling racket/src/ChezScheme/nanopass/nanopass/records.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/nanopass/records.so
compiling racket/src/ChezScheme/nanopass/nanopass/syntaxconvert.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/nanopass/syntaxconvert.so
compiling racket/src/ChezScheme/nanopass/nanopass/unparser.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/nanopass/unparser.so
compiling racket/src/ChezScheme/nanopass/nanopass/meta-parser.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/nanopass/meta-parser.so
compiling racket/src/ChezScheme/nanopass/nanopass/meta-syntax-dispatch.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/nanopass/meta-syntax-dispatch.so
compiling racket/src/ChezScheme/nanopass/nanopass/parser.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/nanopass/parser.so
compiling racket/src/ChezScheme/nanopass/nanopass/nano-syntax-dispatch.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/nanopass/nano-syntax-dispatch.so
running racket/src/build/cs/c/ChezScheme/ta6le/bin/ta6le/scheme to build racket/src/build/cs/c/ChezScheme/ta6le/s/priminfo.so
compiling racket/src/ChezScheme/nanopass/nanopass/language-node-counter.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/nanopass/language-node-counter.so
compiling racket/src/ChezScheme/nanopass/nanopass/pass.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/nanopass/pass.so
compiling racket/src/ChezScheme/s/priminfo.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/priminfo.so
running racket/src/build/cs/c/ChezScheme/ta6le/bin/ta6le/scheme to build racket/src/build/cs/c/ChezScheme/ta6le/s/primvars.so
running racket/src/build/cs/c/ChezScheme/ta6le/bin/ta6le/scheme to build racket/src/build/cs/c/ChezScheme/ta6le/s/env.so
running racket/src/build/cs/c/ChezScheme/ta6le/bin/ta6le/scheme to build racket/src/build/cs/c/ChezScheme/ta6le/s/setup.so
compiling racket/src/ChezScheme/s/primvars.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/primvars.so
compiling racket/src/ChezScheme/s/env.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/env.so
compiling racket/src/ChezScheme/s/setup.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/setup.so
running racket/src/build/cs/c/ChezScheme/ta6le/bin/ta6le/scheme to build all at once
compiling racket/src/ChezScheme/s/library.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/library.ta6le
compiling racket/src/ChezScheme/s/prims.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/prims.ta6le
compiling racket/src/ChezScheme/s/mathprims.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/mathprims.ta6le
compiling racket/src/ChezScheme/s/record.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/record.ta6le
compiling racket/src/ChezScheme/s/5_1.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/5_1.ta6le
compiling racket/src/ChezScheme/s/5_2.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/5_2.ta6le
compiling racket/src/ChezScheme/s/5_3.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/5_3.ta6le
compiling racket/src/ChezScheme/s/strnum.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/strnum.ta6le
compiling racket/src/ChezScheme/s/bytevector.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/bytevector.ta6le
compiling racket/src/ChezScheme/s/5_4.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/5_4.ta6le
compiling racket/src/ChezScheme/s/5_6.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/5_6.ta6le
compiling racket/src/ChezScheme/s/5_7.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/5_7.ta6le
compiling racket/src/ChezScheme/s/event.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/event.ta6le
compiling racket/src/ChezScheme/s/4.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/4.ta6le
compiling racket/src/ChezScheme/s/front.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/front.ta6le
compiling racket/src/ChezScheme/s/foreign.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/foreign.ta6le
compiling racket/src/ChezScheme/s/6.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/6.ta6le
compiling racket/src/ChezScheme/s/print.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/print.ta6le
compiling racket/src/ChezScheme/s/newhash.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/newhash.ta6le
compiling racket/src/ChezScheme/s/format.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/format.ta6le
compiling racket/src/ChezScheme/s/date.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/date.ta6le
compiling racket/src/ChezScheme/s/7.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/7.ta6le
compiling racket/src/ChezScheme/s/cafe.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/cafe.ta6le
compiling racket/src/ChezScheme/s/trace.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/trace.ta6le
compiling racket/src/ChezScheme/s/engine.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/engine.ta6le
compiling racket/src/ChezScheme/s/interpret.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/interpret.ta6le
compiling racket/src/ChezScheme/s/cprep.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/cprep.ta6le
compiling racket/src/ChezScheme/s/cpcheck.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/cpcheck.ta6le
compiling racket/src/ChezScheme/s/cp0.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/cp0.ta6le
compiling racket/src/ChezScheme/s/cpvalid.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/cpvalid.ta6le
compiling racket/src/ChezScheme/s/cptypes.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/cptypes.ta6le
compiling racket/src/ChezScheme/s/cpcommonize.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/cpcommonize.ta6le
compiling racket/src/ChezScheme/s/cpletrec.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/cpletrec.ta6le
compiling racket/src/ChezScheme/s/inspect.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/inspect.ta6le
compiling racket/src/ChezScheme/s/enum.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/enum.ta6le
compiling racket/src/ChezScheme/s/io.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/io.ta6le
compiling racket/src/ChezScheme/s/read.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/read.ta6le
compiling racket/src/ChezScheme/s/primvars.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/primvars.ta6le
compiling racket/src/ChezScheme/s/syntax.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/syntax.ta6le
compiling racket/src/ChezScheme/s/costctr.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/costctr.ta6le
compiling racket/src/ChezScheme/s/expeditor.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/expeditor.ta6le
compiling racket/src/ChezScheme/s/exceptions.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/exceptions.ta6le
compiling racket/src/ChezScheme/s/pretty.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/pretty.ta6le
compiling racket/src/ChezScheme/s/env.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/env.ta6le
compiling racket/src/ChezScheme/s/fasl.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/fasl.ta6le
compiling racket/src/ChezScheme/s/vfasl.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/vfasl.ta6le
compiling racket/src/ChezScheme/s/pbchunk.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/pbchunk.ta6le
compiling racket/src/ChezScheme/s/reloc.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/reloc.ta6le
compiling racket/src/ChezScheme/s/pdhtml.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/pdhtml.ta6le
compiling racket/src/ChezScheme/s/strip.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/strip.ta6le
compiling racket/src/ChezScheme/s/ftype.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/ftype.ta6le
compiling racket/src/ChezScheme/s/back.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/back.ta6le
compiling racket/src/ChezScheme/s/cpnanopass.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/cpnanopass.ta6le
compiling racket/src/ChezScheme/s/cpprim.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/cpprim.ta6le
compiling racket/src/ChezScheme/s/compile.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/compile.ta6le
compiling racket/src/ChezScheme/s/cback.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/cback.ta6le
(time (let () ...))
    577 collections
    12.467222073s elapsed cpu time, including 3.193801159s collecting
    12.499375166s elapsed real time, including 3.203714905s collecting
    9229410352 bytes allocated, including 9226523552 bytes reclaimed
    807919616 bytes peak memory use
running racket/src/build/cs/c/ChezScheme/ta6le/bin/ta6le/scheme to build fixpoint check
done (unchanged after rebuild)
running racket/src/build/cs/c/ChezScheme/ta6le/bin/ta6le/scheme to build racket/src/build/cs/c/ChezScheme/ta6le/s/mkheader.so
compiling racket/src/ChezScheme/s/mkheader.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/mkheader.so
running racket/src/build/cs/c/ChezScheme/ta6le/bin/ta6le/scheme to build racket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le/scheme.h
running racket/src/build/cs/c/ChezScheme/ta6le/bin/ta6le/scheme to build racket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le/equates.h
running racket/src/build/cs/c/ChezScheme/ta6le/bin/ta6le/scheme to build racket/src/build/cs/c/ChezScheme/ta6le/s/mkgc.so
compiling racket/src/ChezScheme/s/mkgc.ss with output to racket/src/build/cs/c/ChezScheme/ta6le/s/mkgc.so
running racket/src/build/cs/c/ChezScheme/ta6le/bin/ta6le/scheme to build racket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le/gc-oce.inc
running racket/src/build/cs/c/ChezScheme/ta6le/bin/ta6le/scheme to build racket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le/gc-par.inc
running racket/src/build/cs/c/ChezScheme/ta6le/bin/ta6le/scheme to build racket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le/heapcheck.inc
running racket/src/build/cs/c/ChezScheme/ta6le/bin/ta6le/scheme to build racket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le/gc-ocd.inc
racket/src/build/cs/c/ChezScheme/ta6le/bin/ta6le/scheme -B racket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le/petite.boot -B racket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le/scheme.boot --script racket/src/cs/c/same-boot.ss racket/src/build/cs/c/ChezScheme/boot/ta6le/petite.boot racket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le/petite.boot
Boot file "racket/src/build/cs/c/ChezScheme/boot/ta6le/petite.boot" was correctly created as a fixpoint
racket/src/build/cs/c/ChezScheme/ta6le/bin/ta6le/scheme -B racket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le/petite.boot -B racket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le/scheme.boot --script racket/src/cs/c/same-boot.ss racket/src/build/cs/c/ChezScheme/boot/ta6le/scheme.boot racket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le/scheme.boot
Boot file "racket/src/build/cs/c/ChezScheme/boot/ta6le/scheme.boot" was correctly created as a fixpoint
racket/src/build/cs/c/ChezScheme/ta6le/bin/ta6le/scheme -B racket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le/petite.boot -B racket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le/scheme.boot --script racket/src/cs/compile-file.ss --unsafe --compress --src racket/src/cs/ --dest racket/src/build/cs/c/ racket/src/cs/chezpart.sls racket/src/build/cs/c/chezpart.so
compiling racket/src/cs/chezpart.sls with output to racket/src/build/cs/c/chezpart.so
(time (compile-it))
    1 collection
    0.014986409s elapsed cpu time, including 0.000706298s collecting
    0.015192474s elapsed real time, including 0.000710082s collecting
    5833632 bytes allocated, including 7983712 bytes reclaimed
    53620736 bytes peak memory use
racket/src/build/cs/c/ChezScheme/ta6le/bin/ta6le/scheme -B racket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le/petite.boot -B racket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le/scheme.boot --script racket/src/cs/compile-file.ss --unsafe --compress --src racket/src/cs/ --dest racket/src/build/cs/c/ racket/src/cs/rumble.sls racket/src/build/cs/c/rumble.so racket/src/build/cs/c/chezpart.so
compiling racket/src/cs/rumble.sls with output to racket/src/build/cs/c/rumble.so
(time (compile-it))
    335 collections
    7.130958152s elapsed cpu time, including 3.077285204s collecting
    7.157423785s elapsed real time, including 3.096419093s collecting
    2829657328 bytes allocated, including 2627958560 bytes reclaimed
    376012800 bytes peak memory use
racket/src/build/cs/c/ChezScheme/ta6le/bin/ta6le/scheme -B racket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le/petite.boot -B racket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le/scheme.boot --script racket/src/cs/compile-file.ss --unsafe --compress --src racket/src/cs/ --dest racket/src/build/cs/c/ racket/src/cs/thread.sls racket/src/build/cs/c/thread.so racket/src/build/cs/c/chezpart.so racket/src/build/cs/c/rumble.so
compiling racket/src/cs/thread.sls with output to racket/src/build/cs/c/thread.so
(time (compile-it))
    114 collections
    1.834023017s elapsed cpu time, including 0.810834821s collecting
    1.837492530s elapsed real time, including 0.812438857s collecting
    962483744 bytes allocated, including 889146640 bytes reclaimed
    138960896 bytes peak memory use
racket/src/build/cs/c/ChezScheme/ta6le/bin/ta6le/scheme -B racket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le/petite.boot -B racket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le/scheme.boot --script racket/src/cs/compile-file.ss --unsafe --compress --src racket/src/cs/ --dest racket/src/build/cs/c/ racket/src/cs/io.sls racket/src/build/cs/c/io.so racket/src/build/cs/c/chezpart.so racket/src/build/cs/c/rumble.so racket/src/build/cs/c/thread.so
compiling racket/src/cs/io.sls with output to racket/src/build/cs/c/io.so
(time (compile-it))
    312 collections
    6.745020952s elapsed cpu time, including 3.455401931s collecting
    6.758480644s elapsed real time, including 3.463404111s collecting
    2651240832 bytes allocated, including 2483490824 bytes reclaimed
    288620544 bytes peak memory use
racket/src/build/cs/c/ChezScheme/ta6le/bin/ta6le/scheme -B racket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le/petite.boot -B racket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le/scheme.boot --script racket/src/cs/compile-file.ss --unsafe --compress --src racket/src/cs/ --dest racket/src/build/cs/c/ racket/src/cs/regexp.sls racket/src/build/cs/c/regexp.so racket/src/build/cs/c/chezpart.so racket/src/build/cs/c/rumble.so racket/src/build/cs/c/thread.so racket/src/build/cs/c/io.so
compiling racket/src/cs/regexp.sls with output to racket/src/build/cs/c/regexp.so
(time (compile-it))
    57 collections
    0.808460367s elapsed cpu time, including 0.319877203s collecting
    0.815840256s elapsed real time, including 0.324292682s collecting
    479170512 bytes allocated, including 436737040 bytes reclaimed
    106872832 bytes peak memory use
racket/src/build/cs/c/ChezScheme/ta6le/bin/ta6le/scheme -B racket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le/petite.boot -B racket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le/scheme.boot --script racket/src/cs/compile-file.ss --unsafe --compress --src racket/src/cs/ --dest racket/src/build/cs/c/ racket/src/cs/schemify.sls racket/src/build/cs/c/schemify.so racket/src/build/cs/c/chezpart.so racket/src/build/cs/c/rumble.so racket/src/build/cs/c/thread.so racket/src/build/cs/c/io.so racket/src/build/cs/c/regexp.so
compiling racket/src/cs/schemify.sls with output to racket/src/build/cs/c/schemify.so
(time (compile-it))
    304 collections
    6.546665926s elapsed cpu time, including 3.560246353s collecting
    6.560617441s elapsed real time, including 3.569463038s collecting
    2583647040 bytes allocated, including 2435699760 bytes reclaimed
    327122944 bytes peak memory use
racket/src/build/cs/c/ChezScheme/ta6le/bin/ta6le/scheme -B racket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le/petite.boot -B racket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le/scheme.boot --script racket/src/cs/compile-file.ss --unsafe --compress --src racket/src/cs/ --dest racket/src/build/cs/c/ racket/src/cs/linklet.sls racket/src/build/cs/c/linklet.so racket/src/build/cs/c/chezpart.so racket/src/build/cs/c/rumble.so racket/src/build/cs/c/thread.so racket/src/build/cs/c/io.so racket/src/build/cs/c/regexp.so racket/src/build/cs/c/schemify.so
compiling racket/src/cs/linklet.sls with output to racket/src/build/cs/c/linklet.so
(time (compile-it))
    27 collections
    0.356564446s elapsed cpu time, including 0.138943638s collecting
    0.357372144s elapsed real time, including 0.139357589s collecting
    226846400 bytes allocated, including 201398032 bytes reclaimed
    87629824 bytes peak memory use
racket/src/build/cs/c/ChezScheme/ta6le/bin/ta6le/scheme -B racket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le/petite.boot -B racket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le/scheme.boot --script racket/src/cs/compile-file.ss --unsafe --compress --src racket/src/cs/ --dest racket/src/build/cs/c/ racket/src/cs/expander.sls racket/src/build/cs/c/expander.so racket/src/build/cs/c/chezpart.so racket/src/build/cs/c/rumble.so racket/src/build/cs/c/thread.so racket/src/build/cs/c/io.so racket/src/build/cs/c/regexp.so racket/src/build/cs/c/schemify.so racket/src/build/cs/c/linklet.so
compiling racket/src/cs/expander.sls with output to racket/src/build/cs/c/expander.so
(time (compile-it))
    546 collections
    12.197445146s elapsed cpu time, including 6.113947696s collecting
    12.225046477s elapsed real time, including 6.130197628s collecting
    4648276080 bytes allocated, including 4419046104 bytes reclaimed
    586334208 bytes peak memory use
racket/src/build/cs/c/ChezScheme/ta6le/bin/ta6le/scheme -B racket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le/petite.boot -B racket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le/scheme.boot --script racket/src/cs/compile-file.ss --unsafe --compress --src racket/src/cs/ --dest racket/src/build/cs/c/ racket/src/cs/main.sps racket/src/build/cs/c/main.so racket/src/build/cs/c/chezpart.so racket/src/build/cs/c/rumble.so racket/src/build/cs/c/thread.so racket/src/build/cs/c/io.so racket/src/build/cs/c/regexp.so racket/src/build/cs/c/schemify.so racket/src/build/cs/c/linklet.so racket/src/build/cs/c/expander.so
compiling racket/src/cs/main.sps with output to racket/src/build/cs/c/main.so
(time (compile-it))
    13 collections
    0.198573058s elapsed cpu time, including 0.082177236s collecting
    0.199239053s elapsed real time, including 0.082652602s collecting
    114844112 bytes allocated, including 86444704 bytes reclaimed
    81215488 bytes peak memory use
racket/src/build/cs/c/ChezScheme/ta6le/bin/ta6le/scheme -B racket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le/petite.boot -B racket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le/scheme.boot --script racket/src/cs/compile-file.ss --unsafe --compress --whole-program --src racket/src/cs/ --dest racket/src/build/cs/c/ racket/src/build/cs/c/main.so racket/src/build/cs/c/racket.so racket/src/build/cs/c/main.wpo
Whole-program optimization for Racket core...
[If this step runs out of memory, try configuring with `--disable-wpo`]
(time (compile-it))
    932 collections
    25.504616232s elapsed cpu time, including 14.514668985s collecting
    25.560964603s elapsed real time, including 14.550851444s collecting
    7966704256 bytes allocated, including 7049016656 bytes reclaimed
    1429647360 bytes peak memory use
racket/src/build/cs/c/ChezScheme/ta6le/bin/ta6le/scheme -B racket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le/petite.boot -B racket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le/scheme.boot --script racket/src/cs/c/convert-to-boot.ss racket/src/build/cs/c/racket.so racket/src/build/cs/c/racket.boot ta6le
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -Iracket/src/build/cs/c/ -Iracket/src/cs/c/ -DINITIAL_COLLECTS_DIRECTORY='"'/home/robby/build64-natipkg/racket/collects'"' -DINITIAL_CONFIG_DIRECTORY='"'/home/robby/build64-natipkg/racket/etc'"' -g -O2 -Wall -o racket/src/build/cs/c/main.o -c racket/src/cs/c/main.c
racket/src/build/cs/c/ChezScheme/ta6le/bin/ta6le/scheme -B racket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le/petite.boot -B racket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le/scheme.boot --script racket/src/cs/c/to-vfasl.ss racket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le/petite.boot racket/src/build/cs/c/petite-v.boot
racket/src/build/cs/c/ChezScheme/ta6le/bin/ta6le/scheme -B racket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le/petite.boot -B racket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le/scheme.boot --script racket/src/cs/c/to-vfasl.ss racket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le/scheme.boot racket/src/build/cs/c/scheme-v.boot petite
racket/src/build/cs/c/ChezScheme/ta6le/bin/ta6le/scheme -B racket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le/petite.boot -B racket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le/scheme.boot --script racket/src/cs/c/to-vfasl.ss racket/src/build/cs/c/racket.boot racket/src/build/cs/c/racket-v.boot petite scheme
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -Iracket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le -Iracket/src/rktio -Iracket/src/build/cs/c/rktio -g -O2 -Wall -o racket/src/build/cs/c/boot.o -c racket/src/cs/c/boot.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -Iracket/src/build/cs/c/rktio/ -Iracket/src/rktio/ -g -O2 -Wall -o racket/src/build/cs/c/rktio/rktio_fs.o -c racket/src/rktio/rktio_fs.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -Iracket/src/build/cs/c/rktio/ -Iracket/src/rktio/ -g -O2 -Wall -o racket/src/build/cs/c/rktio/rktio_fd.o -c racket/src/rktio/rktio_fd.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -Iracket/src/build/cs/c/rktio/ -Iracket/src/rktio/ -g -O2 -Wall -o racket/src/build/cs/c/rktio/rktio_file.o -c racket/src/rktio/rktio_file.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -Iracket/src/build/cs/c/rktio/ -Iracket/src/rktio/ -g -O2 -Wall -o racket/src/build/cs/c/rktio/rktio_poll_set.o -c racket/src/rktio/rktio_poll_set.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -Iracket/src/build/cs/c/rktio/ -Iracket/src/rktio/ -g -O2 -Wall -o racket/src/build/cs/c/rktio/rktio_ltps.o -c racket/src/rktio/rktio_ltps.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -Iracket/src/build/cs/c/rktio/ -Iracket/src/rktio/ -g -O2 -Wall -o racket/src/build/cs/c/rktio/rktio_sleep.o -c racket/src/rktio/rktio_sleep.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -Iracket/src/build/cs/c/rktio/ -Iracket/src/rktio/ -g -O2 -Wall -o racket/src/build/cs/c/rktio/rktio_network.o -c racket/src/rktio/rktio_network.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -Iracket/src/build/cs/c/rktio/ -Iracket/src/rktio/ -g -O2 -Wall -o racket/src/build/cs/c/rktio/rktio_pipe.o -c racket/src/rktio/rktio_pipe.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -Iracket/src/build/cs/c/rktio/ -Iracket/src/rktio/ -g -O2 -Wall -o racket/src/build/cs/c/rktio/rktio_process.o -c racket/src/rktio/rktio_process.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -Iracket/src/build/cs/c/rktio/ -Iracket/src/rktio/ -g -O2 -Wall -o racket/src/build/cs/c/rktio/rktio_signal.o -c racket/src/rktio/rktio_signal.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -Iracket/src/build/cs/c/rktio/ -Iracket/src/rktio/ -g -O2 -Wall -o racket/src/build/cs/c/rktio/rktio_envvars.o -c racket/src/rktio/rktio_envvars.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -Iracket/src/build/cs/c/rktio/ -Iracket/src/rktio/ -g -O2 -Wall -o racket/src/build/cs/c/rktio/rktio_fs_change.o -c racket/src/rktio/rktio_fs_change.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -Iracket/src/build/cs/c/rktio/ -Iracket/src/rktio/ -g -O2 -Wall -o racket/src/build/cs/c/rktio/rktio_flock.o -c racket/src/rktio/rktio_flock.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -Iracket/src/build/cs/c/rktio/ -Iracket/src/rktio/ -g -O2 -Wall -o racket/src/build/cs/c/rktio/rktio_shellex.o -c racket/src/rktio/rktio_shellex.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -Iracket/src/build/cs/c/rktio/ -Iracket/src/rktio/ -g -O2 -Wall -o racket/src/build/cs/c/rktio/rktio_time.o -c racket/src/rktio/rktio_time.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -Iracket/src/build/cs/c/rktio/ -Iracket/src/rktio/ -g -O2 -Wall -o racket/src/build/cs/c/rktio/rktio_cpu.o -c racket/src/rktio/rktio_cpu.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -Iracket/src/build/cs/c/rktio/ -Iracket/src/rktio/ -g -O2 -Wall -o racket/src/build/cs/c/rktio/rktio_syslog.o -c racket/src/rktio/rktio_syslog.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -Iracket/src/build/cs/c/rktio/ -Iracket/src/rktio/ -g -O2 -Wall -o racket/src/build/cs/c/rktio/rktio_convert.o -c racket/src/rktio/rktio_convert.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -Iracket/src/build/cs/c/rktio/ -Iracket/src/rktio/ -g -O2 -Wall -o racket/src/build/cs/c/rktio/rktio_sha1.o -c racket/src/rktio/rktio_sha1.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -Iracket/src/build/cs/c/rktio/ -Iracket/src/rktio/ -g -O2 -Wall -o racket/src/build/cs/c/rktio/rktio_sha2.o -c racket/src/rktio/rktio_sha2.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -Iracket/src/build/cs/c/rktio/ -Iracket/src/rktio/ -g -O2 -Wall -o racket/src/build/cs/c/rktio/rktio_dll.o -c racket/src/rktio/rktio_dll.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -Iracket/src/build/cs/c/rktio/ -Iracket/src/rktio/ -g -O2 -Wall -o racket/src/build/cs/c/rktio/rktio_error.o -c racket/src/rktio/rktio_error.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -Iracket/src/build/cs/c/rktio/ -Iracket/src/rktio/ -g -O2 -Wall -o racket/src/build/cs/c/rktio/rktio_hash.o -c racket/src/rktio/rktio_hash.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -Iracket/src/build/cs/c/rktio/ -Iracket/src/rktio/ -g -O2 -Wall -o racket/src/build/cs/c/rktio/rktio_wide.o -c racket/src/rktio/rktio_wide.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -Iracket/src/build/cs/c/rktio/ -Iracket/src/rktio/ -g -O2 -Wall -o racket/src/build/cs/c/rktio/rktio_console.o -c racket/src/rktio/rktio_console.c
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -Iracket/src/build/cs/c/rktio/ -Iracket/src/rktio/ -g -O2 -Wall -o racket/src/build/cs/c/rktio/rktio_main.o -c racket/src/rktio/rktio_main.c
ar rc racket/src/build/cs/c/rktio/librktio.a racket/src/build/cs/c/rktio/rktio_fs.o racket/src/build/cs/c/rktio/rktio_fd.o racket/src/build/cs/c/rktio/rktio_file.o racket/src/build/cs/c/rktio/rktio_poll_set.o racket/src/build/cs/c/rktio/rktio_ltps.o racket/src/build/cs/c/rktio/rktio_sleep.o racket/src/build/cs/c/rktio/rktio_network.o racket/src/build/cs/c/rktio/rktio_pipe.o racket/src/build/cs/c/rktio/rktio_process.o racket/src/build/cs/c/rktio/rktio_signal.o racket/src/build/cs/c/rktio/rktio_envvars.o racket/src/build/cs/c/rktio/rktio_fs_change.o racket/src/build/cs/c/rktio/rktio_flock.o racket/src/build/cs/c/rktio/rktio_shellex.o racket/src/build/cs/c/rktio/rktio_time.o racket/src/build/cs/c/rktio/rktio_cpu.o racket/src/build/cs/c/rktio/rktio_syslog.o racket/src/build/cs/c/rktio/rktio_convert.o racket/src/build/cs/c/rktio/rktio_sha1.o racket/src/build/cs/c/rktio/rktio_sha2.o racket/src/build/cs/c/rktio/rktio_dll.o racket/src/build/cs/c/rktio/rktio_error.o racket/src/build/cs/c/rktio/rktio_hash.o racket/src/build/cs/c/rktio/rktio_wide.o racket/src/build/cs/c/rktio/rktio_console.o racket/src/build/cs/c/rktio/rktio_main.o
gcc -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/raw_racketcs racket/src/build/cs/c/main.o racket/src/build/cs/c/boot.o racket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le/libkernel.a racket/src/build/cs/c/ChezScheme/ta6le/zlib/libz.a racket/src/build/cs/c/ChezScheme/ta6le/lz4/lib/liblz4.a racket/src/build/cs/c/rktio/librktio.a -pthread -rdynamic -ldl -lm  -lrt  /usr/lib/x86_64-linux-gnu/libncurses.a /usr/lib/x86_64-linux-gnu/libtermcap.a
racket/src/build/cs/c/raw_racketcs -O info'@'compiler/cm -l- setup --boot racket/src/setup-go.rkt racket/src/build/cs/c/compiled ignored racket/src/build/cs/c/ignored.d racket/src/cs/c/embed-boot.rkt --target ta6le racket/src/build/cs/c/raw_racketcs racket/src/build/cs/c/racketcs racket/src/build/cs/c/petite-v.boot racket/src/build/cs/c/scheme-v.boot racket/src/build/cs/c/racket-v.boot
raw_racketcs: ignoring compiled files, rebuilding from source...
 triggered by use of non-".zo" file
  path: /home/robby/build64-natipkg/racket/collects/compiler/private/cm-minimal.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/compiler/private/cm-minimal.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/base.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/base.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/pre-base.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/stx.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/qq-and-or.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/more-scheme.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/define-et-al.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/member.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/cond.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/gen-temp.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/define.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/letstx-scheme.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/stxcase.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/ellipses.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/sc.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/template.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/performance-hint.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/with-stx.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/stxloc.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/stxcase-scheme.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/qqstx.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/norm-define.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/case.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/fixnum.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/sort.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/logger.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/misc.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/path.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/old-path.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/path-list.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/executable-path.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/reading-param.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/repl.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/kw.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/procedure-alias.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/kw-prop-key.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/name.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/immediate-default.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/define-struct.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/stxparam.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/stxparam.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/stxparamkey.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/stxparam-exptime.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/generic-methods.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/struct-info.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/struct-util.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/reqprov.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/require-transform.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/require-lift.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/phase+space.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/provide-transform.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/modbeg.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/syntax/wrap-modbeg.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/for.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/reverse.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/promise.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/struct.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/map.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/kernstruct.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/top-int.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/collect.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/runtime-config.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/hash.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/list.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/string.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/kw-file.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/namespace.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/cert.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/submodule.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/generic-interfaces.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/print-value-columns.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/kw-syntax-binding.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/kw-syntax-serialize.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/syntax/module-reader.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/syntax/readerr.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/syntax/private/modcode-noctc.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/list.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/list-predicates.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/path.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/choose-file-to-load.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/syntax/modread.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/setup/private/dirs.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/promise.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/syntax/for-body.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/config.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/file.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/setup/dirs.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/compiler/private/winutf16.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/compiler/private/mach-o.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/setup/cross-system.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/setup/path-to-relative.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/setup/path-relativize.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/planet/config.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/planet/private/define-config.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/pkg/path.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/private/portlines.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/file/sha1.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/compiler/compilation-path.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/compiler/private/dep.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/setup/main-collects.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/string.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/racket/unsafe/undefined.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/compiler/private/cm-util.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/compiler/private/cm-dep.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/syntax/private/modresolve-noctc.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/syntax/private/modhelp.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/compiler/private/cm-path.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/setup/collects.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/setup/collection-name.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/compiler/private/cm-file.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/compiler/private/cm-security.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/compiler/private/cm-log.rkt
compiler/cm: loading /home/robby/build64-natipkg/racket/collects/compiler/private/cm-hash.rkt
compiler/cm:   start-compile: /home/robby/build64-natipkg/racket/src/setup-go.rkt
compiler/cm:   | start-compile: /home/robby/build64-natipkg/racket/collects/racket/base.rkt
compiler/cm:   |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/base.rkt
compiler/cm:   |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/pre-base.rkt
compiler/cm:   |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/stx.rkt
compiler/cm:   |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/stx.rkt
compiler/cm:   |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/qq-and-or.rkt
compiler/cm:   |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/qq-and-or.rkt
compiler/cm:   |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/more-scheme.rkt
compiler/cm:   |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/define-et-al.rkt
compiler/cm:   |  |  |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/member.rkt
compiler/cm:   |  |  |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/cond.rkt
compiler/cm:   |  |  |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/gen-temp.rkt
compiler/cm:   |  |  |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/gen-temp.rkt
compiler/cm:   |  |  |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/cond.rkt
compiler/cm:   |  |  |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/member.rkt
compiler/cm:   |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/define-et-al.rkt
compiler/cm:   |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/define.rkt
compiler/cm:   |  |  |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/letstx-scheme.rkt
compiler/cm:   |  |  |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/stxcase.rkt
compiler/cm:   |  |  |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/ellipses.rkt
compiler/cm:   |  |  |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/ellipses.rkt
compiler/cm:   |  |  |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/sc.rkt
compiler/cm:   |  |  |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/sc.rkt
compiler/cm:   |  |  |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/template.rkt
compiler/cm:   |  |  |  |  |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/performance-hint.rkt
compiler/cm:   |  |  |  |  |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/performance-hint.rkt
compiler/cm:   |  |  |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/template.rkt
compiler/cm:   |  |  |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/stxcase.rkt
compiler/cm:   |  |  |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/with-stx.rkt
compiler/cm:   |  |  |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/stxloc.rkt
compiler/cm:   |  |  |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/stxloc.rkt
compiler/cm:   |  |  |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/with-stx.rkt
compiler/cm:   |  |  |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/letstx-scheme.rkt
compiler/cm:   |  |  |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/stxcase-scheme.rkt
compiler/cm:   |  |  |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/stxcase-scheme.rkt
compiler/cm:   |  |  |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/qqstx.rkt
compiler/cm:   |  |  |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/qqstx.rkt
compiler/cm:   |  |  |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/norm-define.rkt
compiler/cm:   |  |  |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/norm-define.rkt
compiler/cm:   |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/define.rkt
compiler/cm:   |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/case.rkt
compiler/cm:   |  |  |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/fixnum.rkt
compiler/cm:   |  |  |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/fixnum.rkt
compiler/cm:   |  |  |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/sort.rkt
compiler/cm:   |  |  |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/sort.rkt
compiler/cm:   |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/case.rkt
compiler/cm:   |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/logger.rkt
compiler/cm:   |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/logger.rkt
compiler/cm:   |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/more-scheme.rkt
compiler/cm:   |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/misc.rkt
compiler/cm:   |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/path.rkt
compiler/cm:   |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/path.rkt
compiler/cm:   |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/old-path.rkt
compiler/cm:   |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/old-path.rkt
compiler/cm:   |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/path-list.rkt
compiler/cm:   |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/path-list.rkt
compiler/cm:   |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/executable-path.rkt
compiler/cm:   |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/executable-path.rkt
compiler/cm:   |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/reading-param.rkt
compiler/cm:   |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/reading-param.rkt
compiler/cm:   |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/repl.rkt
compiler/cm:   |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/repl.rkt
compiler/cm:   |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/misc.rkt
compiler/cm:   |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/kw.rkt
compiler/cm:   |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/procedure-alias.rkt
compiler/cm:   |  |  |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/kw-prop-key.rkt
compiler/cm:   |  |  |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/kw-prop-key.rkt
compiler/cm:   |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/procedure-alias.rkt
compiler/cm:   |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/name.rkt
compiler/cm:   |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/name.rkt
compiler/cm:   |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/immediate-default.rkt
compiler/cm:   |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/immediate-default.rkt
compiler/cm:   |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/kw.rkt
compiler/cm:   |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/define-struct.rkt
compiler/cm:   |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/stxparam.rkt
compiler/cm:   |  |  |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/stxparam.rkt
compiler/cm:   |  |  |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/stxparamkey.rkt
compiler/cm:   |  |  |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/stxparamkey.rkt
compiler/cm:   |  |  |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/stxparam.rkt
compiler/cm:   |  |  |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/stxparam-exptime.rkt
compiler/cm:   |  |  |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/stxparam-exptime.rkt
compiler/cm:   |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/stxparam.rkt
compiler/cm:   |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/generic-methods.rkt
compiler/cm:   |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/generic-methods.rkt
compiler/cm:   |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/struct-info.rkt
compiler/cm:   |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/struct-info.rkt
compiler/cm:   |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/struct-util.rkt
compiler/cm:   |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/struct-util.rkt
compiler/cm:   |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/define-struct.rkt
compiler/cm:   |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/reqprov.rkt
compiler/cm:   |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/require-transform.rkt
compiler/cm:   |  |  |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/require-lift.rkt
compiler/cm:   |  |  |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/require-lift.rkt
compiler/cm:   |  |  |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/phase+space.rkt
compiler/cm:   |  |  |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/phase+space.rkt
compiler/cm:   |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/require-transform.rkt
compiler/cm:   |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/provide-transform.rkt
compiler/cm:   |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/provide-transform.rkt
compiler/cm:   |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/reqprov.rkt
compiler/cm:   |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/modbeg.rkt
compiler/cm:   |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/syntax/wrap-modbeg.rkt
compiler/cm:   |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/syntax/wrap-modbeg.rkt
compiler/cm:   |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/modbeg.rkt
compiler/cm:   |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/for.rkt
compiler/cm:   |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/reverse.rkt
compiler/cm:   |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/reverse.rkt
compiler/cm:   |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/promise.rkt
compiler/cm:   |  |  |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/struct.rkt
compiler/cm:   |  |  |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/struct.rkt
compiler/cm:   |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/promise.rkt
compiler/cm:   |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/for.rkt
compiler/cm:   |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/map.rkt
compiler/cm:   |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/map.rkt
compiler/cm:   |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/kernstruct.rkt
compiler/cm:   |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/kernstruct.rkt
compiler/cm:   |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/top-int.rkt
compiler/cm:   |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/top-int.rkt
compiler/cm:   |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/collect.rkt
compiler/cm:   |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/collect.rkt
compiler/cm:   |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/pre-base.rkt
compiler/cm:   |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/runtime-config.rkt
compiler/cm:   |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/runtime-config.rkt
compiler/cm:   |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/hash.rkt
compiler/cm:   |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/hash.rkt
compiler/cm:   |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/list.rkt
compiler/cm:   |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/list.rkt
compiler/cm:   |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/string.rkt
compiler/cm:   |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/string.rkt
compiler/cm:   |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/kw-file.rkt
compiler/cm:   |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/kw-file.rkt
compiler/cm:   |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/namespace.rkt
compiler/cm:   |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/namespace.rkt
compiler/cm:   |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/cert.rkt
compiler/cm:   |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/cert.rkt
compiler/cm:   |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/submodule.rkt
compiler/cm:   |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/submodule.rkt
compiler/cm:   |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/generic-interfaces.rkt
compiler/cm:   |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/generic-interfaces.rkt
compiler/cm:   |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/print-value-columns.rkt
compiler/cm:   |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/print-value-columns.rkt
compiler/cm:   |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/kw-syntax-binding.rkt
compiler/cm:   |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/kw-syntax-binding.rkt
compiler/cm:   |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/kw-syntax-serialize.rkt
compiler/cm:   |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/kw-syntax-serialize.rkt
compiler/cm:   |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/base.rkt
compiler/cm:   |   start-compile: /home/robby/build64-natipkg/racket/collects/syntax/module-reader.rkt
compiler/cm:   |  |  start-compile: /home/robby/build64-natipkg/racket/collects/syntax/readerr.rkt
compiler/cm:   |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/syntax/readerr.rkt
compiler/cm:   |   finish-compile: /home/robby/build64-natipkg/racket/collects/syntax/module-reader.rkt
compiler/cm:   | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/base.rkt
compiler/cm:   | start-compile: /home/robby/build64-natipkg/racket/collects/compiler/depend.rkt
compiler/cm:   |   start-compile: /home/robby/build64-natipkg/racket/collects/compiler/compilation-path.rkt
compiler/cm:   |   finish-compile: /home/robby/build64-natipkg/racket/collects/compiler/compilation-path.rkt
compiler/cm:   |   start-compile: /home/robby/build64-natipkg/racket/collects/compiler/private/dep.rkt
compiler/cm:   |  |  start-compile: /home/robby/build64-natipkg/racket/collects/setup/main-collects.rkt
compiler/cm:   |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/setup/dirs.rkt
compiler/cm:   |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/promise.rkt
compiler/cm:   |  |  |  |  start-compile: /home/robby/build64-natipkg/racket/collects/syntax/for-body.rkt
compiler/cm:   |  |  |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/syntax/for-body.rkt
compiler/cm:   |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/promise.rkt
compiler/cm:   |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/config.rkt
compiler/cm:   |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/config.rkt
compiler/cm:   |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/compiler/private/winutf16.rkt
compiler/cm:   |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/compiler/private/winutf16.rkt
compiler/cm:   |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/compiler/private/mach-o.rkt
compiler/cm:   |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/compiler/private/mach-o.rkt
compiler/cm:   |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/setup/cross-system.rkt
compiler/cm:   |  |  |  |  start-compile: /home/robby/build64-natipkg/racket/collects/setup/private/dirs.rkt
compiler/cm:   |  |  |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/setup/private/dirs.rkt
compiler/cm:   |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/setup/cross-system.rkt
compiler/cm:   |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/setup/dirs.rkt
compiler/cm:   |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/setup/path-relativize.rkt
compiler/cm:   |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/setup/path-relativize.rkt
compiler/cm:   |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/setup/main-collects.rkt
compiler/cm:   |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/string.rkt
compiler/cm:   |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/racket/list.rkt
compiler/cm:   |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/list-predicates.rkt
compiler/cm:   |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/list-predicates.rkt
compiler/cm:   |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/list.rkt
compiler/cm:   |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/racket/unsafe/undefined.rkt
compiler/cm:   |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/unsafe/undefined.rkt
compiler/cm:   |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/string.rkt
compiler/cm:   |   finish-compile: /home/robby/build64-natipkg/racket/collects/compiler/private/dep.rkt
compiler/cm:   |   start-compile: /home/robby/build64-natipkg/racket/collects/setup/collects.rkt
compiler/cm:   |  |  start-compile: /home/robby/build64-natipkg/racket/collects/setup/collection-name.rkt
compiler/cm:   |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/setup/collection-name.rkt
compiler/cm:   |  |  start-compile: /home/robby/build64-natipkg/racket/collects/pkg/path.rkt
compiler/cm:   |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/pkg/path.rkt
compiler/cm:   |   finish-compile: /home/robby/build64-natipkg/racket/collects/setup/collects.rkt
compiler/cm:   | finish-compile: /home/robby/build64-natipkg/racket/collects/compiler/depend.rkt
compiler/cm:   | start-compile: /home/robby/build64-natipkg/racket/collects/compiler/private/cm-minimal.rkt
compiler/cm:   |   start-compile: /home/robby/build64-natipkg/racket/collects/syntax/private/modcode-noctc.rkt
compiler/cm:   |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/path.rkt
compiler/cm:   |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/path.rkt
compiler/cm:   |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/choose-file-to-load.rkt
compiler/cm:   |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/choose-file-to-load.rkt
compiler/cm:   |  |  start-compile: /home/robby/build64-natipkg/racket/collects/syntax/modread.rkt
compiler/cm:   |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/syntax/modread.rkt
compiler/cm:   |   finish-compile: /home/robby/build64-natipkg/racket/collects/syntax/private/modcode-noctc.rkt
compiler/cm:   |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/file.rkt
compiler/cm:   |  |  start-compile: /home/robby/build64-natipkg/racket/collects/setup/path-to-relative.rkt
compiler/cm:   |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/planet/config.rkt
compiler/cm:   |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/planet/private/define-config.rkt
compiler/cm:   |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/planet/private/define-config.rkt
compiler/cm:   |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/planet/config.rkt
compiler/cm:   |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/setup/path-to-relative.rkt
compiler/cm:   |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/portlines.rkt
compiler/cm:   |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/portlines.rkt
compiler/cm:   |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/file.rkt
compiler/cm:   |   start-compile: /home/robby/build64-natipkg/racket/collects/file/sha1.rkt
compiler/cm:   |   finish-compile: /home/robby/build64-natipkg/racket/collects/file/sha1.rkt
compiler/cm:   |   start-compile: /home/robby/build64-natipkg/racket/collects/compiler/private/cm-util.rkt
compiler/cm:   |   finish-compile: /home/robby/build64-natipkg/racket/collects/compiler/private/cm-util.rkt
compiler/cm:   |   start-compile: /home/robby/build64-natipkg/racket/collects/compiler/private/cm-dep.rkt
compiler/cm:   |  |  start-compile: /home/robby/build64-natipkg/racket/collects/syntax/private/modresolve-noctc.rkt
compiler/cm:   |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/syntax/private/modhelp.rkt
compiler/cm:   |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/syntax/private/modhelp.rkt
compiler/cm:   |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/syntax/private/modresolve-noctc.rkt
compiler/cm:   |  |  start-compile: /home/robby/build64-natipkg/racket/collects/compiler/private/cm-path.rkt
compiler/cm:   |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/compiler/private/cm-path.rkt
compiler/cm:   |  |  start-compile: /home/robby/build64-natipkg/racket/collects/compiler/private/cm-file.rkt
compiler/cm:   |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/compiler/private/cm-security.rkt
compiler/cm:   |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/compiler/private/cm-security.rkt
compiler/cm:   |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/compiler/private/cm-log.rkt
compiler/cm:   |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/compiler/private/cm-log.rkt
compiler/cm:   |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/compiler/private/cm-file.rkt
compiler/cm:   |   finish-compile: /home/robby/build64-natipkg/racket/collects/compiler/private/cm-dep.rkt
compiler/cm:   |   start-compile: /home/robby/build64-natipkg/racket/collects/compiler/private/cm-hash.rkt
compiler/cm:   |   finish-compile: /home/robby/build64-natipkg/racket/collects/compiler/private/cm-hash.rkt
compiler/cm:   | finish-compile: /home/robby/build64-natipkg/racket/collects/compiler/private/cm-minimal.rkt
compiler/cm:   finish-compile: /home/robby/build64-natipkg/racket/src/setup-go.rkt
compiler/cm:   start-compile: /home/robby/build64-natipkg/racket/src/cs/c/embed-boot.rkt
compiler/cm:   | start-compile: /home/robby/build64-natipkg/racket/collects/racket/cmdline.rkt
compiler/cm:   | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/cmdline.rkt
compiler/cm:   | start-compile: /home/robby/build64-natipkg/racket/collects/compiler/private/pe-rsrc.rkt
compiler/cm:   |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract.rkt
compiler/cm:   |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/base.rkt
compiler/cm:   |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/arrow-common.rkt
compiler/cm:   |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/blame.rkt
compiler/cm:   |  |  |  |  start-compile: /home/robby/build64-natipkg/racket/collects/syntax/srcloc.rkt
compiler/cm:   |  |  |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/syntax/srcloc.rkt
compiler/cm:   |  |  |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/pretty.rkt
compiler/cm:   |  |  |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/port.rkt
compiler/cm:   |  |  |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/port.rkt
compiler/cm:   |  |  |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/racket/flonum.rkt
compiler/cm:   |  |  |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/vector-wraps.rkt
compiler/cm:   |  |  |  |  |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/unsafe/ops.rkt
compiler/cm:   |  |  |  |  |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/unsafe/ops.rkt
compiler/cm:   |  |  |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/vector-wraps.rkt
compiler/cm:   |  |  |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/flonum.rkt
compiler/cm:   |  |  |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/racket/fixnum.rkt
compiler/cm:   |  |  |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/fixnum.rkt
compiler/cm:   |  |  |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/racket/treelist.rkt
compiler/cm:   |  |  |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/hash-code.rkt
compiler/cm:   |  |  |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/hash-code.rkt
compiler/cm:   |  |  |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/serialize-structs.rkt
compiler/cm:   |  |  |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/serialize-structs.rkt
compiler/cm:   |  |  |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/kernel.rkt
compiler/cm:   |  |  |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/kernel.rkt
compiler/cm:   |  |  |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/treelist.rkt
compiler/cm:   |  |  |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/racket/mutable-treelist.rkt
compiler/cm:   |  |  |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/mutable-treelist.rkt
compiler/cm:   |  |  |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/pretty.rkt
compiler/cm:   |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/blame.rkt
compiler/cm:   |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/guts.rkt
compiler/cm:   |  |  |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/prop.rkt
compiler/cm:   |  |  |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/generate-base.rkt
compiler/cm:   |  |  |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/rand.rkt
compiler/cm:   |  |  |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/rand.rkt
compiler/cm:   |  |  |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/math-predicates.rkt
compiler/cm:   |  |  |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/math-predicates.rkt
compiler/cm:   |  |  |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/generate-base.rkt
compiler/cm:   |  |  |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/prop.rkt
compiler/cm:   |  |  |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/collapsible-common.rkt
compiler/cm:   |  |  |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/merge-cache.rkt
compiler/cm:   |  |  |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/merge-cache.rkt
compiler/cm:   |  |  |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/collapsible-common.rkt
compiler/cm:   |  |  |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/helpers.rkt
compiler/cm:   |  |  |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/racket/struct-info.rkt
compiler/cm:   |  |  |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/struct-info.rkt
compiler/cm:   |  |  |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/syntax/private/boundmap.rkt
compiler/cm:   |  |  |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/syntax/private/boundmap.rkt
compiler/cm:   |  |  |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/helpers.rkt
compiler/cm:   |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/guts.rkt
compiler/cm:   |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/arrow-common.rkt
compiler/cm:   |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/case-arrow.rkt
compiler/cm:   |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/syntax/name.rkt
compiler/cm:   |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/syntax/name.rkt
compiler/cm:   |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/misc.rkt
compiler/cm:   |  |  |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/arr-util.rkt
compiler/cm:   |  |  |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/application-arity-checking.rkt
compiler/cm:   |  |  |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/application-arity-checking.rkt
compiler/cm:   |  |  |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/arr-util.rkt
compiler/cm:   |  |  |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/generate.rkt
compiler/cm:   |  |  |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/generate.rkt
compiler/cm:   |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/misc.rkt
compiler/cm:   |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/arrow-val-first.rkt
compiler/cm:   |  |  |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/kwd-info-struct.rkt
compiler/cm:   |  |  |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/kwd-info-struct.rkt
compiler/cm:   |  |  |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/arrow-higher-order.rkt
compiler/cm:   |  |  |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/arity-checking.rkt
compiler/cm:   |  |  |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/list.rkt
compiler/cm:   |  |  |  |  |  |  start-compile: /home/robby/build64-natipkg/racket/collects/syntax/location.rkt
compiler/cm:   |  |  |  |  |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/syntax/location.rkt
compiler/cm:   |  |  |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/list.rkt
compiler/cm:   |  |  |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/arity-checking.rkt
compiler/cm:   |  |  |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/arrow-collapsible.rkt
compiler/cm:   |  |  |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/arrow-collapsible.rkt
compiler/cm:   |  |  |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/arrow-higher-order.rkt
compiler/cm:   |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/arrow-val-first.rkt
compiler/cm:   |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/case-arrow.rkt
compiler/cm:   |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/arr-i.rkt
compiler/cm:   |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/opt.rkt
compiler/cm:   |  |  |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/base.rkt
compiler/cm:   |  |  |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/base.rkt
compiler/cm:   |  |  |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/opt-guts.rkt
compiler/cm:   |  |  |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/opt-guts.rkt
compiler/cm:   |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/opt.rkt
compiler/cm:   |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/arr-i-parse.rkt
compiler/cm:   |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/arr-i-parse.rkt
compiler/cm:   |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/arr-i.rkt
compiler/cm:   |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/arr-d.rkt
compiler/cm:   |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/arr-d.rkt
compiler/cm:   |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/unconstrained-domain-arrow.rkt
compiler/cm:   |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/unconstrained-domain-arrow.rkt
compiler/cm:   |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/box.rkt
compiler/cm:   |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/box.rkt
compiler/cm:   |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/hash.rkt
compiler/cm:   |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/hash.rkt
compiler/cm:   |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/vector.rkt
compiler/cm:   |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/vector-common.rkt
compiler/cm:   |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/vector-common.rkt
compiler/cm:   |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/vector-collapsible.rkt
compiler/cm:   |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/vector-collapsible.rkt
compiler/cm:   |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/vector.rkt
compiler/cm:   |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/struct-dc.rkt
compiler/cm:   |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/ds-helpers.rkt
compiler/cm:   |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/ds-helpers.rkt
compiler/cm:   |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/syntax/stx.rkt
compiler/cm:   |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/syntax/stx.rkt
compiler/cm:   |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/top-sort.rkt
compiler/cm:   |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/top-sort.rkt
compiler/cm:   |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/struct-dc.rkt
compiler/cm:   |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/struct-prop.rkt
compiler/cm:   |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/struct-prop.rkt
compiler/cm:   |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/provide.rkt
compiler/cm:   |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/module-boundary-ctc.rkt
compiler/cm:   |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/module-boundary-ctc.rkt
compiler/cm:   |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/in-out.rkt
compiler/cm:   |  |  |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/exists.rkt
compiler/cm:   |  |  |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/exists.rkt
compiler/cm:   |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/in-out.rkt
compiler/cm:   |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/provide.rkt
compiler/cm:   |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/in.rkt
compiler/cm:   |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/in.rkt
compiler/cm:   |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/opters.rkt
compiler/cm:   |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/orc.rkt
compiler/cm:   |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/orc.rkt
compiler/cm:   |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/opters.rkt
compiler/cm:   |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/basic-opters.rkt
compiler/cm:   |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/basic-opters.rkt
compiler/cm:   |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/out.rkt
compiler/cm:   |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/out.rkt
compiler/cm:   |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/treelist.rkt
compiler/cm:   |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/treelist.rkt
compiler/cm:   |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/and.rkt
compiler/cm:   |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/and.rkt
compiler/cm:   |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/property.rkt
compiler/cm:   |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/property.rkt
compiler/cm:   |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/base.rkt
compiler/cm:   |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/combinator.rkt
compiler/cm:   |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/combinator.rkt
compiler/cm:   |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/parametric.rkt
compiler/cm:   |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/parametric.rkt
compiler/cm:   |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/parametric.rkt
compiler/cm:   |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/parametric.rkt
compiler/cm:   |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/region.rkt
compiler/cm:   |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/syntax/define.rkt
compiler/cm:   |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/syntax/define.rkt
compiler/cm:   |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/syntax/kerncase.rkt
compiler/cm:   |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/syntax/kerncase.rkt
compiler/cm:   |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/syntax/parse/pre.rkt
compiler/cm:   |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/syntax/parse/private/sc.rkt
compiler/cm:   |  |  |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/lazy-require.rkt
compiler/cm:   |  |  |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/compiler/cm-accomplice.rkt
compiler/cm:   |  |  |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/compiler/cm-accomplice.rkt
compiler/cm:   |  |  |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/racket/runtime-path.rkt
compiler/cm:   |  |  |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/link-path.rkt
compiler/cm:   |  |  |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/link-path.rkt
compiler/cm:   |  |  |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/so-search.rkt
compiler/cm:   |  |  |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/so-search.rkt
compiler/cm:   |  |  |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/share-search.rkt
compiler/cm:   |  |  |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/share-search.rkt
compiler/cm:   |  |  |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/this-expression-source-directory.rkt
compiler/cm:   |  |  |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/this-expression-source-directory.rkt
compiler/cm:   |  |  |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/runtime-path-table.rkt
compiler/cm:   |  |  |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/runtime-path-table.rkt
compiler/cm:   |  |  |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/runtime-path.rkt
compiler/cm:   |  |  |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/lazy-require.rkt
compiler/cm:   |  |  |  |  start-compile: /home/robby/build64-natipkg/racket/collects/syntax/parse/private/keywords.rkt
compiler/cm:   |  |  |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/syntax/parse/private/keywords.rkt
compiler/cm:   |  |  |  |  start-compile: /home/robby/build64-natipkg/racket/collects/syntax/parse/private/residual.rkt
compiler/cm:   |  |  |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/syntax/parse/private/minimatch.rkt
compiler/cm:   |  |  |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/syntax/parse/private/minimatch.rkt
compiler/cm:   |  |  |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/syntax/parse/private/residual.rkt
compiler/cm:   |  |  |  |  start-compile: /home/robby/build64-natipkg/racket/collects/syntax/parse/private/residual-interp.rkt
compiler/cm:   |  |  |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/racket/syntax.rkt
compiler/cm:   |  |  |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/syntax.rkt
compiler/cm:   |  |  |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/syntax/parse/private/rep-patterns.rkt
compiler/cm:   |  |  |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/syntax/parse/private/rep-attrs.rkt
compiler/cm:   |  |  |  |  |  |  start-compile: /home/robby/build64-natipkg/racket/collects/syntax/private/id-table.rkt
compiler/cm:   |  |  |  |  |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/dict.rkt
compiler/cm:   |  |  |  |  |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/generic.rkt
compiler/cm:   |  |  |  |  |  |  |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/local.rkt
compiler/cm:   |  |  |  |  |  |  |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/syntax/transformer.rkt
compiler/cm:   |  |  |  |  |  |  |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/syntax/transformer.rkt
compiler/cm:   |  |  |  |  |  |  |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/local.rkt
compiler/cm:   |  |  |  |  |  |  |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/intdef-util.rkt
compiler/cm:   |  |  |  |  |  |  |  |  |  |  start-compile: /home/robby/build64-natipkg/racket/collects/syntax/intdef.rkt
compiler/cm:   |  |  |  |  |  |  |  |  |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/syntax/intdef.rkt
compiler/cm:   |  |  |  |  |  |  |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/intdef-util.rkt
compiler/cm:   |  |  |  |  |  |  |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/local.rkt
compiler/cm:   |  |  |  |  |  |  |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/local.rkt
compiler/cm:   |  |  |  |  |  |  |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/arity.rkt
compiler/cm:   |  |  |  |  |  |  |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/norm-arity.rkt
compiler/cm:   |  |  |  |  |  |  |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/norm-arity.rkt
compiler/cm:   |  |  |  |  |  |  |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/arity.rkt
compiler/cm:   |  |  |  |  |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/generic.rkt
compiler/cm:   |  |  |  |  |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/vector.rkt
compiler/cm:   |  |  |  |  |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/vector.rkt
compiler/cm:   |  |  |  |  |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/mutability.rkt
compiler/cm:   |  |  |  |  |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/mutability.rkt
compiler/cm:   |  |  |  |  |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/dict.rkt
compiler/cm:   |  |  |  |  |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/syntax/private/id-table.rkt
compiler/cm:   |  |  |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/syntax/parse/private/rep-attrs.rkt
compiler/cm:   |  |  |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/syntax/parse/private/tree-util.rkt
compiler/cm:   |  |  |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/syntax/parse/private/tree-util.rkt
compiler/cm:   |  |  |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/syntax/parse/private/rep-patterns.rkt
compiler/cm:   |  |  |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/syntax/parse/private/runtime-reflect.rkt
compiler/cm:   |  |  |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/syntax/parse/private/kws.rkt
compiler/cm:   |  |  |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/syntax/parse/private/kws.rkt
compiler/cm:   |  |  |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/syntax/parse/private/runtime-reflect.rkt
compiler/cm:   |  |  |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/syntax/parse/private/residual-interp.rkt
compiler/cm:   |  |  |  |  start-compile: /home/robby/build64-natipkg/racket/collects/syntax/parse/private/parse.rkt
compiler/cm:   |  |  |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/syntax/keyword.rkt
compiler/cm:   |  |  |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/dict.rkt
compiler/cm:   |  |  |  |  |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/keyword-apply-dict.rkt
compiler/cm:   |  |  |  |  |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/keyword-apply-dict.rkt
compiler/cm:   |  |  |  |  |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/custom-hash.rkt
compiler/cm:   |  |  |  |  |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/custom-hash.rkt
compiler/cm:   |  |  |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/dict.rkt
compiler/cm:   |  |  |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/syntax/private/keyword.rkt
compiler/cm:   |  |  |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/syntax/private/keyword.rkt
compiler/cm:   |  |  |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/syntax/keyword.rkt
compiler/cm:   |  |  |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/syntax/parse/private/datum-to-expr.rkt
compiler/cm:   |  |  |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/syntax/parse/private/datum-to-expr.rkt
compiler/cm:   |  |  |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/syntax/parse/private/rep-data.rkt
compiler/cm:   |  |  |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/syntax/parse/private/rep-data.rkt
compiler/cm:   |  |  |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/syntax/parse/private/rep.rkt
compiler/cm:   |  |  |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/syntax/parse/private/runtime.rkt
compiler/cm:   |  |  |  |  |  |  start-compile: /home/robby/build64-natipkg/racket/collects/syntax/strip-context.rkt
compiler/cm:   |  |  |  |  |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/syntax/strip-context.rkt
compiler/cm:   |  |  |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/syntax/parse/private/runtime.rkt
compiler/cm:   |  |  |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/syntax/parse/private/txlift.rkt
compiler/cm:   |  |  |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/syntax/parse/private/txlift.rkt
compiler/cm:   |  |  |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/syntax/parse/private/rep.rkt
compiler/cm:   |  |  |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/syntax/parse/private/const-expr.rkt
compiler/cm:   |  |  |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/syntax/parse/private/const-expr.rkt
compiler/cm:   |  |  |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/syntax/parse/private/parse-classic.rkt
compiler/cm:   |  |  |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/syntax/parse/private/opt.rkt
compiler/cm:   |  |  |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/syntax/parse/private/opt.rkt
compiler/cm:   |  |  |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/syntax/parse/private/parse-classic.rkt
compiler/cm:   |  |  |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/syntax/parse/private/parse-interp.rkt
compiler/cm:   |  |  |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/syntax/parse/private/opt-interp.rkt
compiler/cm:   |  |  |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/syntax/parse/private/opt-interp.rkt
compiler/cm:   |  |  |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/syntax/parse/private/parse-interp.rkt
compiler/cm:   |  |  |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/syntax/parse/private/parse.rkt
compiler/cm:   |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/syntax/parse/private/sc.rkt
compiler/cm:   |  |  |   start-compile: /home/robby/build64-natipkg/racket/collects/syntax/parse/private/litconv.rkt
compiler/cm:   |  |  |  |  start-compile: /home/robby/build64-natipkg/racket/collects/syntax/parse/private/lib.rkt
compiler/cm:   |  |  |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/syntax/parse/private/lib.rkt
compiler/cm:   |  |  |   finish-compile: /home/robby/build64-natipkg/racket/collects/syntax/parse/private/litconv.rkt
compiler/cm:   |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/syntax/parse/pre.rkt
compiler/cm:   |  |  | start-compile: /home/robby/build64-natipkg/racket/collects/racket/splicing.rkt
compiler/cm:   |  |  | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/splicing.rkt
compiler/cm:   |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/region.rkt
compiler/cm:   |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/legacy.rkt
compiler/cm:   |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/legacy.rkt
compiler/cm:   |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/ds.rkt
compiler/cm:   |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract/private/ds.rkt
compiler/cm:   |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/contract.rkt
compiler/cm:   | finish-compile: /home/robby/build64-natipkg/racket/collects/compiler/private/pe-rsrc.rkt
compiler/cm:   | start-compile: /home/robby/build64-natipkg/racket/collects/compiler/private/elf.rkt
compiler/cm:   | finish-compile: /home/robby/build64-natipkg/racket/collects/compiler/private/elf.rkt
compiler/cm:   | start-compile: /home/robby/build64-natipkg/racket/src/cs/c/adjust-compress.rkt
compiler/cm:   |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/system.rkt
compiler/cm:   |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/streams.rkt
compiler/cm:   |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/streams.rkt
compiler/cm:   |  |  start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/shell.rkt
compiler/cm:   |  |  finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/shell.rkt
compiler/cm:   |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/system.rkt
compiler/cm:   |   start-compile: /home/robby/build64-natipkg/racket/collects/file/gzip.rkt
compiler/cm:   |   finish-compile: /home/robby/build64-natipkg/racket/collects/file/gzip.rkt
compiler/cm:   |   start-compile: /home/robby/build64-natipkg/racket/collects/file/gunzip.rkt
compiler/cm:   |   finish-compile: /home/robby/build64-natipkg/racket/collects/file/gunzip.rkt
compiler/cm:   |   start-compile: /home/robby/build64-natipkg/racket/collects/ffi/unsafe.rkt
compiler/cm:   |   finish-compile: /home/robby/build64-natipkg/racket/collects/ffi/unsafe.rkt
compiler/cm:   | finish-compile: /home/robby/build64-natipkg/racket/src/cs/c/adjust-compress.rkt
compiler/cm:   finish-compile: /home/robby/build64-natipkg/racket/src/cs/c/embed-boot.rkt
racket/src/build/cs/c/racketcs -O info'@'compiler/cm -l- setup --boot racket/src/setup-go.rkt racket/src/build/cs/c/compiled ignored racket/src/build/cs/c/ignored.d racket/src/cs/known.rkt racket/src/cs/
compiler/cm:   start-compile: /home/robby/build64-natipkg/racket/src/cs/known.rkt
compiler/cm:   | start-compile: /home/robby/build64-natipkg/racket/collects/racket/include.rkt
compiler/cm:   |   start-compile: /home/robby/build64-natipkg/racket/collects/syntax/path-spec.rkt
compiler/cm:   |   finish-compile: /home/robby/build64-natipkg/racket/collects/syntax/path-spec.rkt
compiler/cm:   |   start-compile: /home/robby/build64-natipkg/racket/collects/racket/private/increader.rkt
compiler/cm:   |   finish-compile: /home/robby/build64-natipkg/racket/collects/racket/private/increader.rkt
compiler/cm:   | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/include.rkt
compiler/cm:   | start-compile: /home/robby/build64-natipkg/racket/collects/racket/extflonum.rkt
compiler/cm:   | finish-compile: /home/robby/build64-natipkg/racket/collects/racket/extflonum.rkt
compiler/cm:   | start-compile: /home/robby/build64-natipkg/racket/src/schemify/known.rkt
compiler/cm:   | finish-compile: /home/robby/build64-natipkg/racket/src/schemify/known.rkt
compiler/cm:   finish-compile: /home/robby/build64-natipkg/racket/src/cs/known.rkt
Checking primitive arity information
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -Iracket/src/build/cs/c/ -Iracket/src/cs/c/ -DINITIAL_COLLECTS_DIRECTORY='"'/home/robby/build64-natipkg/racket/collects'"' -DINITIAL_CONFIG_DIRECTORY='"'/home/robby/build64-natipkg/racket/etc'"' -g -O2 -Wall -o racket/src/build/cs/c/grmain.o -c racket/src/cs/c/grmain.c
gcc -g -O2 -Wall -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -o racket/src/build/cs/c/raw_gracketcs racket/src/build/cs/c/grmain.o racket/src/build/cs/c/boot.o racket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le/libkernel.a racket/src/build/cs/c/ChezScheme/ta6le/zlib/libz.a racket/src/build/cs/c/ChezScheme/ta6le/lz4/lib/liblz4.a racket/src/build/cs/c/rktio/librktio.a -pthread -rdynamic -ldl -lm  -lrt  /usr/lib/x86_64-linux-gnu/libncurses.a /usr/lib/x86_64-linux-gnu/libtermcap.a
racket/src/build/cs/c/raw_racketcs -O info'@'compiler/cm -l- setup --boot racket/src/setup-go.rkt racket/src/build/cs/c/compiled ignored racket/src/build/cs/c/ignored.d racket/src/cs/c/embed-boot.rkt --target ta6le racket/src/build/cs/c/raw_gracketcs racket/src/build/cs/c/gracketcs racket/src/build/cs/c/petite-v.boot racket/src/build/cs/c/scheme-v.boot racket/src/build/cs/c/racket-v.boot
gcc -DSCHEME_PORTABLE_TERM  -DSCHEME_PORTABLE_TERM -pthread -g -O2 -Wall -o racket/src/build/cs/c/starter racket/src/start/ustart.c -pthread -ldl -lm  -lrt  /usr/lib/x86_64-linux-gnu/libncurses.a /usr/lib/x86_64-linux-gnu/libtermcap.a
cp racket/src/build/cs/c/racketcs /home/robby/build64-natipkg/racket/bin/racket
strip /home/robby/build64-natipkg/racket/bin/racket
cp racket/src/start/starter-sh /home/robby/build64-natipkg/racket/lib/starter-sh
cp racket/src/build/cs/c/starter /home/robby/build64-natipkg/racket/lib/starter
strip /home/robby/build64-natipkg/racket/lib/starter
racket/src/build/cs/c/raw_racketcs -O info'@'compiler/cm -l- setup --boot racket/src/setup-go.rkt racket/src/build/cs/c/compiled ignored racket/src/build/cs/c/ignored.d racket/src/start/collects-path.rkt racket/src/ /home/robby/build64-natipkg/racket/lib/starter ../collects ../etc
compiler/cm:   start-compile: /home/robby/build64-natipkg/racket/src/start/collects-path.rkt
compiler/cm:   | start-compile: /home/robby/build64-natipkg/racket/collects/compiler/private/collects-path.rkt
compiler/cm:   | finish-compile: /home/robby/build64-natipkg/racket/collects/compiler/private/collects-path.rkt
compiler/cm:   finish-compile: /home/robby/build64-natipkg/racket/src/start/collects-path.rkt
racket/src/build/cs/c/raw_racketcs -O info'@'compiler/cm -l- setup --boot racket/src/setup-go.rkt racket/src/build/cs/c/compiled ignored racket/src/build/cs/c/ignored.d racket/src/cs/c/gen-system.rkt /home/robby/build64-natipkg/racket/lib/system.rktd ta6le ta6le machine racket/src/cs/c/ -natipkg
compiler/cm:   start-compile: /home/robby/build64-natipkg/racket/src/cs/c/gen-system.rkt
compiler/cm:   finish-compile: /home/robby/build64-natipkg/racket/src/cs/c/gen-system.rkt
cp racket/src/cs/c/api.h /home/robby/build64-natipkg/racket/include/racketcs.h
cp racket/src/cs/c/boot.h /home/robby/build64-natipkg/racket/include/racketcsboot.h
cp racket/src/build/cs/c/ChezScheme/ta6le/boot/ta6le/scheme.h /home/robby/build64-natipkg/racket/include/chezscheme.h
cp racket/src/build/cs/c/gracketcs /home/robby/build64-natipkg/racket/lib/gracket
racket/src/build/cs/c/raw_racketcs -O info'@'compiler/cm -l- setup --boot racket/src/setup-go.rkt racket/src/build/cs/c/compiled ignored racket/src/build/cs/c/ignored.d racket/src/start/collects-path.rkt racket/src/ /home/robby/build64-natipkg/racket/bin/racket ../collects ../etc
racket/src/build/cs/c/raw_racketcs -O info'@'compiler/cm -l- setup --boot racket/src/setup-go.rkt racket/src/build/cs/c/compiled ignored racket/src/build/cs/c/ignored.d racket/src/start/collects-path.rkt racket/src/ /home/robby/build64-natipkg/racket/lib/gracket ../collects ../etc
/home/robby/build64-natipkg/racket/bin/racket -X /home/robby/build64-natipkg/racket/collects -G /home/robby/build64-natipkg/racket/etc -G build/config/ -N raco -l- setup --no-user -j 4
raco setup: ignoring compiled files, rebuilding from source...
 triggered by use of non-".zo" file
  path: /home/robby/build64-natipkg/racket/collects/compiler/private/cm-minimal.rkt
raco setup: version: 8.16.0.1
raco setup: platform: x86_64-linux-natipkg [cs]
raco setup: target machine: ta6le
raco setup: installation name: 8.16.0.1
raco setup: variants: cs
raco setup: main collects: /home/robby/build64-natipkg/racket/collects/
raco setup: collects paths: 
raco setup:   /home/robby/build64-natipkg/racket/collects/
raco setup: main pkgs: /home/robby/build64-natipkg/racket/share/pkgs
raco setup: pkgs paths: 
raco setup:   /home/robby/build64-natipkg/racket/share/pkgs
raco setup:   /home/robby/.local/share/racket/8.16.0.1/pkgs
raco setup: links files: 
raco setup:   /home/robby/.local/share/racket/8.16.0.1/links.rktd
raco setup: main docs: /home/robby/build64-natipkg/racket/doc
raco setup: --- updating info-domain tables ---                    [1:44:14]
raco setup: updating: <collects>/info-domain/compiled/cache.rktd
raco setup: --- pre-installing collections ---                     [1:44:14]
raco setup: --- installing foreign libraries ---                   [1:44:14]
raco setup: --- installing shared files ---                        [1:44:14]
raco setup: --- compiling collections ---                          [1:44:14]
raco setup: making: <collects>/racket
raco setup:  in <collects>/racket
raco setup:  in <collects>/syntax
raco setup:  in <collects>/racket/private
raco setup:  in <collects>/racket/private/unit
raco setup:  in <collects>/racket/private/unit/exptime
raco setup:  in <collects>/syntax/parse/experimental
raco setup:  in <collects>/syntax/private
raco setup:  in <collects>/ffi
raco setup:  in <collects>/ffi/unsafe
raco setup: --- parallel build using 4 jobs ---                    [1:44:23]
raco setup: 3 making: <collects>/compiler
raco setup: 2 making: <collects>/raco
raco setup: 1 making: <collects>/racket
raco setup: 0 making: <collects>/acks
raco setup: 1 making: <collects>/racket/base/lang
raco setup: 0 making: <collects>/data
raco setup: 1 making: <collects>/racket/contract
raco setup: 2 making: <collects>/db/private
raco setup: 1 making: <collects>/racket/contract/private
raco setup: 2 making: <collects>/db/private/generic
raco setup: 2 making: <collects>/db/private/sqlite3
raco setup: 2 making: <collects>/dynext
raco setup: 2 making: <collects>/ffi
raco setup: 1 making: <collects>/racket/gui
raco setup: 1 making: <collects>/racket/kernel
raco setup: 1 making: <collects>/racket/lang
raco setup: 1 making: <collects>/racket/load/lang
raco setup: 1 making: <collects>/racket/match
raco setup: 3 making: <collects>/compiler/private
raco setup: 0 making: <collects>/file
raco setup: 1 making: <collects>/racket/place
raco setup: 1 making: <collects>/racket/place/private
raco setup: 1 making: <collects>/racket/private
raco setup: 3 making: <collects>/info
raco setup: 3 making: <collects>/json
raco setup: 3 making: <collects>/launcher
raco setup: 3 making: <collects>/net
raco setup: 1 making: <collects>/racket/private/unit
raco setup: 1 making: <collects>/racket/private/unit/exptime
raco setup: 1 making: <collects>/racket/signature
raco setup: 1 making: <collects>/racket/signature/lang
raco setup: 1 making: <collects>/racket/unit
raco setup: 0 making: <collects>/file/private
raco setup: 0 making: <collects>/openssl
raco setup: 1 making: <collects>/racket/unit/lang
raco setup: 1 making: <collects>/racket/unsafe
raco setup: 1 making: <collects>/pkg
raco setup: 0 making: <collects>/openssl/private
raco setup: 0 making: <collects>/planet
raco setup: 0 making: <collects>/planet/private
raco setup: 0 making: <collects>/reader/lang
raco setup: 0 making: <collects>/s-exp/lang
raco setup: 0 making: <collects>/setup
raco setup: 3 making: <collects>/syntax
raco setup: 0 making: <collects>/setup/commands
raco setup: 0 making: <collects>/setup/infotab/lang
raco setup: 0 making: <collects>/setup/private
raco setup: 0 making: <collects>/version
raco setup: 0 making: <collects>/xml
raco setup: 0 making: <collects>/xml/private
raco setup: 1 making: <collects>/pkg/private
raco setup: --- creating launchers ---                             [1:44:46]
raco setup: launcher: <console-bin>/raco
raco setup: --- installing man pages ---                           [1:44:46]
raco setup: installing: man page <man>/man1/racket.1
raco setup: installing: man page <man>/man1/raco.1
raco setup: --- installing collections ---                         [1:44:46]
raco setup: installing: <collects>/racket
raco setup: --- post-installing collections ---                    [1:44:46]
raco setup: --- checking package dependencies ---                  [1:44:46]
racket/bin/racket -MCR /home/robby/build64-natipkg/build/zo: -G build/user/config -X racket/collects -A build/user -N raco -l- raco pkg install --catalog http://localhost:9440/ --scope user --skip-installed --deps search-auto --pkgs -j 4 distro-build-client
Resolving "distro-build-client" via http://localhost:9440/
Using cached17380471541738047154228 for http://localhost:9440/pkgs/distro-build-client.zip
00: Resolving "base" via http://localhost:9440/
01: Resolving "ds-store-lib" via http://localhost:9440/
Resolving "at-exp-lib" via http://localhost:9440/
Using cached17380471541738047154338 for http://localhost:9440/pkgs/base.zip
Using cached17380471541738047154384 for http://localhost:9440/pkgs/ds-store-lib.zip
Using cached17380471541738047154412 for http://localhost:9440/pkgs/at-exp-lib.zip
Resolving "racket-lib" via http://localhost:9440/
Using cached17380471541738047154531 for http://localhost:9440/pkgs/racket-lib.zip
01: Resolving "racket-x86_64-linux-natipkg-3" via http://localhost:9440/
Resolving "db-x86_64-linux-natipkg" via http://localhost:9440/
Using cached17380494151738049415077 for http://localhost:9440/pkgs/racket-x86_64-linux-natipkg-3.zip
Using cached17380494151738049415344 for http://localhost:9440/pkgs/db-x86_64-linux-natipkg.zip
The following uninstalled packages were listed as dependencies
and they were automatically installed:
 dependencies of distro-build-client:
   base
   ds-store-lib
   at-exp-lib
 dependencies of base:
   racket-lib
 dependencies of racket-lib:
   racket-x86_64-linux-natipkg-3
   db-x86_64-linux-natipkg
raco setup: version: 8.16.0.1
raco setup: platform: x86_64-linux-natipkg [cs]
raco setup: target machine: ta6le
raco setup: cross-installation: yes
raco setup: installation name: 8.16.0.1
raco setup: variants: cs
raco setup: main collects: /home/robby/build64-natipkg/racket/collects/
raco setup: collects paths: 
raco setup:   /home/robby/build64-natipkg/build/user/8.16.0.1/collects
raco setup:   /home/robby/build64-natipkg/racket/collects/
raco setup: main pkgs: /home/robby/build64-natipkg/racket/share/pkgs
raco setup: pkgs paths: 
raco setup:   /home/robby/build64-natipkg/racket/share/pkgs
raco setup:   /home/robby/build64-natipkg/build/user/8.16.0.1/pkgs
raco setup: links files: 
raco setup:   /home/robby/build64-natipkg/racket/share/links.rktd
raco setup:   /home/robby/build64-natipkg/build/user/8.16.0.1/links.rktd
raco setup: compiled-file roots: 
raco setup:   /home/robby/build64-natipkg/build/zo
raco setup:   same
raco setup: main docs: /home/robby/build64-natipkg/racket/doc
raco setup: --- updating info-domain tables ---                    [1:44:47]
raco setup: updating: /home/robby/build64-natipkg/build/user/8.16.0.1/share/info-cache.rktd
raco setup: --- pre-installing collections ---                     [1:44:47]
raco setup: --- installing foreign libraries ---                   [1:44:47]
raco setup: installing: foreign library /home/robby/build64-natipkg/build/user/8.16.0.1/lib/libsqlite3.so.0
raco setup: installing: foreign library /home/robby/build64-natipkg/build/user/8.16.0.1/lib/libssl.so.1.1
raco setup: installing: foreign library /home/robby/build64-natipkg/build/user/8.16.0.1/lib/libcrypto.so.1.1
raco setup: --- installing shared files ---                        [1:44:47]
raco setup: --- compiling collections ---                          [1:44:47]
raco setup: --- parallel build using 4 jobs ---                    [1:44:47]
raco setup: 3 making: <pkgs>/racket-x86_64-linux-natipkg-3/racket
raco setup: 2 making: <pkgs>/at-exp-lib/at-exp/lang
raco setup: 1 making: <pkgs>/at-exp-lib/scribble
raco setup: 0 making: <pkgs>/db-x86_64-linux-natipkg/db
raco setup: 0 making: <pkgs>/distro-build-client
raco setup: 3 making: <pkgs>/ds-store-lib
raco setup: 1 making: <pkgs>/at-exp-lib/scribble/base
raco setup: --- creating launchers ---                             [1:44:53]
raco setup: --- installing man pages ---                           [1:44:53]
raco setup: --- installing collections ---                         [1:44:53]
raco setup: installing: <collects>/racket
raco setup: --- post-installing collections ---                    [1:44:53]
racket/bin/racket -MCR /home/robby/build64-natipkg/build/zo: -G build/user/config -X racket/collects -A build/user -l setup/unixstyle-install bundle racket bundle/racket
Copying bin -> /home/robby/build64-natipkg/bundle/racket/bin
Copying collects -> /home/robby/build64-natipkg/bundle/racket/collects
Copying share/pkgs -> /home/robby/build64-natipkg/bundle/racket/share/pkgs
  missing source path "share/pkgs", skipping...
Copying doc -> /home/robby/build64-natipkg/bundle/racket/doc
  missing source path "doc", skipping...
Copying lib -> /home/robby/build64-natipkg/bundle/racket/lib
Copying include -> /home/robby/build64-natipkg/bundle/racket/include
Copying share/applications -> /home/robby/build64-natipkg/bundle/racket/share/applications
  missing source path "share/applications", skipping...
Copying share -> /home/robby/build64-natipkg/bundle/racket/share
Copying etc -> /home/robby/build64-natipkg/bundle/racket/etc
Copying man -> /home/robby/build64-natipkg/bundle/racket/man
racket/bin/racket -MCR /home/robby/build64-natipkg/build/zo: -G build/user/config -X racket/collects -A build/user -l setup/winstrip bundle/racket
racket/bin/racket -MCR /home/robby/build64-natipkg/build/zo: -G build/user/config -X racket/collects -A build/user -l setup/winvers-change bundle/racket
racket/bin/racket -MCR /home/robby/build64-natipkg/build/zo: -G build/user/config -X racket/collects -A build/user -l- distro-build/unpack-collects http://localhost:9440/
[2025-01-28T01:44:55] The client time is now Tuesday, January 28th, 2025 1:44:55am
bundle/racket/bin/raco setup --no-user -j 4 --recompile-only
raco setup: version: 8.16.0.1
raco setup: platform: x86_64-linux-natipkg [cs]
raco setup: target machine: ta6le
raco setup: installation name: 8.16.0.1
raco setup: variants: cs
raco setup: main collects: /home/robby/build64-natipkg/bundle/racket/collects/
raco setup: collects paths: 
raco setup:   /home/robby/build64-natipkg/bundle/racket/collects/
raco setup: main pkgs: /home/robby/build64-natipkg/bundle/racket/share/pkgs
raco setup: pkgs paths: 
raco setup:   /home/robby/build64-natipkg/bundle/racket/share/pkgs
raco setup:   /home/robby/.local/share/racket/8.16.0.1/pkgs
raco setup: links files: 
raco setup:   /home/robby/build64-natipkg/bundle/racket/share/links.rktd
raco setup:   /home/robby/.local/share/racket/8.16.0.1/links.rktd
raco setup: main docs: /home/robby/build64-natipkg/bundle/racket/doc
raco setup: --- updating info-domain tables ---                    [1:45:33]
raco setup: --- pre-installing collections ---                     [1:45:33]
raco setup: --- installing foreign libraries ---                   [1:45:33]
raco setup: --- installing shared files ---                        [1:45:33]
raco setup: --- compiling collections ---                          [1:45:33]
raco setup: making: <collects>/racket
raco setup:  in <collects>/racket
raco setup:  in <collects>/syntax
raco setup:  in <collects>/racket/private
raco setup:  in <collects>/syntax/private
raco setup:  in <collects>/racket/private/unit
raco setup:  in <collects>/racket/private/unit/exptime
raco setup:  in <collects>/syntax/parse/experimental
raco setup:  in <collects>/ffi
raco setup:  in <collects>/ffi/unsafe
raco setup: --- parallel build using 4 jobs ---                    [1:45:36]
raco setup: 3 making: <collects>/compiler
raco setup: 2 making: <collects>/raco
raco setup: 1 making: <collects>/racket
raco setup: 0 making: <collects>/acks
raco setup: 1 making: <collects>/racket/base/lang
raco setup: 0 making: <collects>/data
raco setup: 1 making: <collects>/racket/contract
raco setup: 1 making: <collects>/racket/contract/private
raco setup: 2 making: <collects>/db/private
raco setup: 1 making: <collects>/racket/gui
raco setup: 2 making: <collects>/db/private/generic
raco setup: 2 making: <collects>/db/private/sqlite3
raco setup: 1 making: <collects>/racket/kernel
raco setup: 2 making: <collects>/dynext
raco setup: 2 making: <collects>/ffi
raco setup: 3 making: <collects>/compiler/private
raco setup: 1 making: <collects>/racket/lang
raco setup: 1 making: <collects>/racket/load/lang
raco setup: 1 making: <collects>/racket/match
raco setup: 0 making: <collects>/file
raco setup: 1 making: <collects>/racket/place
raco setup: 1 making: <collects>/racket/place/private
raco setup: 1 making: <collects>/racket/private
raco setup: 3 making: <collects>/info
raco setup: 3 making: <collects>/json
raco setup: 3 making: <collects>/launcher
raco setup: 3 making: <collects>/net
raco setup: 1 making: <collects>/racket/private/unit
raco setup: 1 making: <collects>/racket/private/unit/exptime
raco setup: 1 making: <collects>/racket/signature
raco setup: 1 making: <collects>/racket/signature/lang
raco setup: 1 making: <collects>/racket/unit
raco setup: 0 making: <collects>/file/private
raco setup: 0 making: <collects>/openssl
raco setup: 1 making: <collects>/racket/unit/lang
raco setup: 1 making: <collects>/racket/unsafe
raco setup: 1 making: <collects>/pkg
raco setup: 0 making: <collects>/openssl/private
raco setup: 0 making: <collects>/planet
raco setup: 0 making: <collects>/planet/private
raco setup: 0 making: <collects>/reader/lang
raco setup: 0 making: <collects>/s-exp/lang
raco setup: 0 making: <collects>/setup
raco setup: 3 making: <collects>/syntax
raco setup: 0 making: <collects>/setup/commands
raco setup: 1 making: <collects>/pkg/private
raco setup: 0 making: <collects>/setup/infotab/lang
raco setup: 0 making: <collects>/setup/private
raco setup: 0 making: <collects>/version
raco setup: 1 making: <collects>/xml
raco setup: 2 making: <collects>/ffi/unsafe/private
raco setup: --- creating launchers ---                             [1:45:48]
raco setup: launcher: <console-bin>/raco
raco setup: --- installing man pages ---                           [1:45:48]
raco setup: --- installing collections ---                         [1:45:48]
raco setup: installing: <collects>/racket
raco setup: --- post-installing collections ---                    [1:45:48]
raco setup: --- checking package dependencies ---                  [1:45:48]
bundle/racket/bin/raco pkg install --catalog http://localhost:9440/ --scope installation --skip-installed --deps search-auto --pkgs -j 4 --recompile-only racket-lib
Resolving "racket-lib" via http://localhost:9440/
Using cached17380471541738047154531 for http://localhost:9440/pkgs/racket-lib.zip
00: Resolving "base" via http://localhost:9440/
01: Resolving "racket-x86_64-linux-natipkg-3" via http://localhost:9440/
Resolving "db-x86_64-linux-natipkg" via http://localhost:9440/
Using cached17380471541738047154338 for http://localhost:9440/pkgs/base.zip
Using cached17380494151738049415077 for http://localhost:9440/pkgs/racket-x86_64-linux-natipkg-3.zip
Using cached17380494151738049415344 for http://localhost:9440/pkgs/db-x86_64-linux-natipkg.zip
The following uninstalled packages were listed as dependencies
and they were automatically installed:
 dependencies of racket-lib:
   base
   racket-x86_64-linux-natipkg-3
   db-x86_64-linux-natipkg
raco setup: version: 8.16.0.1
raco setup: platform: x86_64-linux-natipkg [cs]
raco setup: target machine: ta6le
raco setup: installation name: 8.16.0.1
raco setup: variants: cs
raco setup: main collects: /home/robby/build64-natipkg/bundle/racket/collects/
raco setup: collects paths: 
raco setup:   /home/robby/build64-natipkg/bundle/racket/collects/
raco setup: main pkgs: /home/robby/build64-natipkg/bundle/racket/share/pkgs
raco setup: pkgs paths: 
raco setup:   /home/robby/build64-natipkg/bundle/racket/share/pkgs
raco setup:   /home/robby/.local/share/racket/8.16.0.1/pkgs
raco setup: links files: 
raco setup:   /home/robby/build64-natipkg/bundle/racket/share/links.rktd
raco setup:   /home/robby/.local/share/racket/8.16.0.1/links.rktd
raco setup: main docs: /home/robby/build64-natipkg/bundle/racket/doc
raco setup: --- updating info-domain tables ---                    [1:45:49]
raco setup: updating: /home/robby/build64-natipkg/bundle/racket/share/info-cache.rktd
raco setup: --- pre-installing collections ---                     [1:45:49]
raco setup: --- installing foreign libraries ---                   [1:45:49]
raco setup: installing: foreign library <lib>/libsqlite3.so.0
raco setup: installing: foreign library <lib>/libssl.so.1.1
raco setup: installing: foreign library <lib>/libcrypto.so.1.1
raco setup: --- installing shared files ---                        [1:45:49]
raco setup: --- compiling collections ---                          [1:45:49]
raco setup: --- parallel build using 4 jobs ---                    [1:45:49]
raco setup: 3 making: <collects>/racket
raco setup: 2 making: <pkgs>/racket-x86_64-linux-natipkg-3/racket
raco setup: 1 making: <collects>/db/private
raco setup: 0 making: <pkgs>/db-x86_64-linux-natipkg/db
raco setup: 1 making: <collects>/db/private/sqlite3
raco setup: 3 making: <collects>/racket/contract
raco setup: 3 making: <collects>/racket/gui
raco setup: 3 making: <collects>/racket/load/lang
raco setup: 3 making: <collects>/racket/place
raco setup: --- creating launchers ---                             [1:45:51]
raco setup: --- installing man pages ---                           [1:45:51]
raco setup: --- installing collections ---                         [1:45:51]
raco setup: installing: <collects>/racket
raco setup: --- post-installing collections ---                    [1:45:51]
bundle/racket/bin/raco pkg install --catalog http://localhost:9440/ --scope installation --skip-installed --deps search-auto --pkgs -j 4 --recompile-only
racket/bin/racket -MCR /home/robby/build64-natipkg/build/zo: -G build/user/config -X racket/collects -A build/user -l setup/unixstyle-install post-adjust "" "" racket bundle/racket
racket/bin/racket -MCR /home/robby/build64-natipkg/build/zo: -G build/user/config -X racket/collects -A build/user -l distro-build/set-config bundle/racket/etc/config.rktd "" 2025-01-27-00f205b039 https://plt.cs.northwestern.edu/snapshots/2025-01-27-00f205b039/doc/local-redirect/index.html https://plt.cs.northwestern.edu/snapshots/2025-01-27-00f205b039/catalog/ ""
racket/bin/racket -MCR /home/robby/build64-natipkg/build/zo: -G build/user/config -X racket/collects -A build/user -l- distro-build/installer --readme http://localhost:9440/README-17380495751738049575266 --upload http://localhost:9440/upload/ --desc {3}" "Minimal" "Racket" | "{3}" "Linux" | "{135}" "64-bit" "x86_64" "natipkg"; "built" "on" "Debian" "10 --packed-options "" --pre-process "" --post-process "" Racket racket-minimal racket buster-cs "" ""
[2025-01-28T01:45:53] The client time is now Tuesday, January 28th, 2025 1:45:53am
Downloading http://localhost:9440/README-17380495751738049575266
chmod -R g+w bundle/racket
Tarring to #<path:/var/tmp/17380503531738050353031.tgz>
du -hs bundle/racket
cksum /var/tmp/17380503531738050353031.tgz
chmod +x bundle/racket-minimal-8.16.0.1-x86_64-linux-natipkg-buster-cs.sh
Upload bundle/racket-minimal-8.16.0.1-x86_64-linux-natipkg-buster-cs.sh to http://localhost:9440/upload/
[2025-01-28T01:46:17] The client time is now Tuesday, January 28th, 2025 1:46:17am
Stopping VirtualBox machine "Debian 10"
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%